Skip to content

Commit da175cc

Browse files
committed
Try to run tests
1 parent 8044dba commit da175cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
- name: "Run tests"
5151
env:
5252
VIRTUAL_ENV: ~\AppData\Local\.venv
53+
ACTIVATE_SCRIPT: ~\AppData\Local\.venv\Scripts\Activate.ps1
5354
run: |
55+
${{ env.ACTIVATE_SCRIPT }}
5456
# We run tests against "." and not the tests directory as we test the README
5557
# and documentation.
56-
"${{ 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

Comments
 (0)