Skip to content

Commit

Permalink
#61 Fix workflow for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Jul 15, 2023
1 parent 2456178 commit 48cc9ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ jobs:
- name: Install project dependencies
run: pip install poetry && poetry install
- name: Test code's formatting (Black)
run: black --check docs tests pandas_dataclasses
- name: Test code's typing (Pyright)
run: pyright docs tests pandas_dataclasses
- name: Test code's typing (mypy)
run: mypy docs tests pandas_dataclasses
run: black --check docs tests decode
- name: Test code's execution (pytest)
run: pytest -v tests
- name: Test docs' building (Sphinx)
Expand Down

0 comments on commit 48cc9ce

Please sign in to comment.