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 689735c commit 95501caCopy full SHA for 95501ca
.github/workflows/windows-ci.yml
@@ -45,14 +45,14 @@ 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"
+ "${{ 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
pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
0 commit comments