Skip to content

Commit ee5ab91

Browse files
Keep benchmark uv env on Python 3.12
1 parent b95a3a2 commit ee5ab91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ jobs:
6363
- uses: astral-sh/setup-uv@v7
6464
with:
6565
enable-cache: true
66+
python-version: "3.12"
6667
- uses: dtolnay/rust-toolchain@1.79.0
6768
- uses: Swatinem/rust-cache@v2
6869
- run: |
6970
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
70-
uv sync --extra test --locked
71+
uv sync --extra test --locked --python 3.12
7172
- uses: CodSpeedHQ/action@v4.11.1
7273
with:
7374
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)