Skip to content

Commit

Permalink
Fix module import
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Jul 15, 2024
1 parent dd44812 commit 410d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: poetry install

- name: test
run: poetry run pytest --cache-clear --cov=src > pytest-coverage.txt
run: poetry run pytest --cache-clear --cov=zapusk > pytest-coverage.txt

- name: Pytest coverage comment
if: matrix.python-version == '3.11'
Expand Down

0 comments on commit 410d224

Please sign in to comment.