We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ade717 commit 33593b1Copy full SHA for 33593b1
.github/workflows/windows-ci.yml
@@ -51,6 +51,7 @@ jobs:
51
env:
52
VIRTUAL_ENV: ~\AppData\Local\.venv
53
run: |
54
+ Import-Module ~
55
# We run tests against "." and not the tests directory as we test the README
56
# and documentation.
57
${{ env.VIRTUAL_ENV}}/bin/python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
0 commit comments