Skip to content

Commit e02844f

Browse files
Try running on system Python
1 parent 80fd7e1 commit e02844f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,16 @@ jobs:
6363
- uses: astral-sh/setup-uv@v6
6464
with:
6565
enable-cache: true
66-
python-preference: "only-system"
6766
- uses: dtolnay/[email protected]
6867
- uses: Swatinem/rust-cache@v2
69-
- run: uv sync --extra test --locked
68+
- run: |
69+
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
70+
uv sync --extra test --locked
7071
- uses: CodSpeedHQ/[email protected]
7172
with:
7273
token: ${{ secrets.CODSPEED_TOKEN }}
7374
# allow updating snapshots due to indeterministic benchmarks
74-
run: uv run pytest -vvv --snapshot-update --benchmark-only
75+
run: pytest -vvv --snapshot-update --benchmark-only -p no:xdist
7576

7677
docs:
7778
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)