Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Jun 22, 2024
1 parent ec9b98b commit c70873f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test with pytest
run: |
export PYTHONPATH=$(pwd)
coverage run pytest -v --show-capture=stdout -k "not integration"
coverage run -m pytest -v --show-capture=stdout -k "not integration"
coverage report -m
test_windows:
Expand All @@ -48,5 +48,5 @@ jobs:
- name: Test with pytest
run: |
$env:PYTHONPATH=$pwd
coverage run pytest -v --show-capture=stdout -k "not integration"
coverage run -m pytest -v --show-capture=stdout -k "not integration"
coverage report -m

0 comments on commit c70873f

Please sign in to comment.