Skip to content

Commit f3c01a9

Browse files
committed
Revert setting python path completely
1 parent 2ee6a3c commit f3c01a9

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
@@ -54,4 +54,4 @@ jobs:
5454
${{ github.workspace }}/.venv/Scripts/Activate.ps1
5555
# We run tests against "." and not the tests directory as we test the README
5656
# and documentation.
57-
${{ env.VIRTUAL_ENV}}/bin/python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
57+
python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)