Skip to content

Commit 8b99472

Browse files
committed
fixed command
1 parent ecb6f9a commit 8b99472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: poetry run pre-commit run --all-files
3636

3737
- name: Run unit tests
38-
run: poetry run coverage run pytest tests/
38+
run: poetry run coverage run -m pytest tests/
3939

4040
- name: Check unit test coverage
4141
run: poetry run coverage report

0 commit comments

Comments
 (0)