Skip to content

Commit 37d11d0

Browse files
committed
Try to use just the script path
1 parent 40cd685 commit 37d11d0

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
@@ -52,7 +52,7 @@ jobs:
5252
VIRTUAL_ENV: ~\AppData\Local\.venv
5353
ACTIVATE_SCRIPT: ~\AppData\Local\.venv\Scripts\Activate.ps1
5454
run: |
55-
${{ env.ACTIVATE_SCRIPT }}
55+
~\AppData\Local\.venv\Scripts\Activate.ps1
5656
# We run tests against "." and not the tests directory as we test the README
5757
# and documentation.
5858
python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)