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 80fd7e1 commit e02844fCopy full SHA for e02844f
.github/workflows/CI.yml
@@ -63,15 +63,16 @@ jobs:
63
- uses: astral-sh/setup-uv@v6
64
with:
65
enable-cache: true
66
- python-preference: "only-system"
67
- uses: dtolnay/[email protected]
68
- uses: Swatinem/rust-cache@v2
69
- - run: uv sync --extra test --locked
+ - run: |
+ export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
70
+ uv sync --extra test --locked
71
- uses: CodSpeedHQ/[email protected]
72
73
token: ${{ secrets.CODSPEED_TOKEN }}
74
# allow updating snapshots due to indeterministic benchmarks
- run: uv run pytest -vvv --snapshot-update --benchmark-only
75
+ run: pytest -vvv --snapshot-update --benchmark-only -p no:xdist
76
77
docs:
78
runs-on: ubuntu-latest
0 commit comments