Skip to content

Commit 4ade717

Browse files
committed
Try to use just the Python path
1 parent 37d11d0 commit 4ade717

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
- name: "Run tests"
5151
env:
5252
VIRTUAL_ENV: ~\AppData\Local\.venv
53-
ACTIVATE_SCRIPT: ~\AppData\Local\.venv\Scripts\Activate.ps1
5453
run: |
55-
~\AppData\Local\.venv\Scripts\Activate.ps1
5654
# We run tests against "." and not the tests directory as we test the README
5755
# and documentation.
58-
python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
56+
${{ env.VIRTUAL_ENV}}/bin/python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)