Skip to content

Commit 28104b6

Browse files
committed
Try python -m for pytest
1 parent 95501ca commit 28104b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
"${{ env.VIRTUAL_ENV }}\Scripts\Activate.ps1"
5656
# We run tests against "." and not the tests directory as we test the README
5757
# and documentation.
58-
pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
58+
python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)