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 8044dba commit da175ccCopy full SHA for da175cc
.github/workflows/windows-ci.yml
@@ -50,7 +50,9 @@ jobs:
50
- name: "Run tests"
51
env:
52
VIRTUAL_ENV: ~\AppData\Local\.venv
53
+ ACTIVATE_SCRIPT: ~\AppData\Local\.venv\Scripts\Activate.ps1
54
run: |
55
+ ${{ env.ACTIVATE_SCRIPT }}
56
# We run tests against "." and not the tests directory as we test the README
57
# and documentation.
- "${{ env.VIRTUAL_ENV }}\bin\python -m 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