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 28104b6 commit 8044dbaCopy full SHA for 8044dba
.github/workflows/windows-ci.yml
@@ -45,14 +45,12 @@ jobs:
45
run: |
46
irm https://astral.sh/uv/install.ps1 | iex
47
uv venv ${{ env.VIRTUAL_ENV }}
48
- "${{ env.VIRTUAL_ENV }}\Scripts\Activate.ps1"
49
uv pip install --upgrade --editable .[dev]
50
51
- name: "Run tests"
52
env:
53
VIRTUAL_ENV: ~\AppData\Local\.venv
54
55
56
# We run tests against "." and not the tests directory as we test the README
57
# and documentation.
58
- python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
+ "${{ env.VIRTUAL_ENV }}\bin\python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml"
0 commit comments