Skip to content

Commit 7b005e8

Browse files
committed
🐛 Fix CI compatibility with uv 0.7.3 by overriding the Python version
1 parent d1a4830 commit 7b005e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/uv-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- uses: astral-sh/setup-uv@v6
4141
with:
4242
version: ${{ matrix.uv-version }}
43+
python-version: ${{ matrix.uv-version == '0.7.3' && '3.12' || '' }}
4344
- name: Configure Git
4445
run: |
4546
git config --global user.email "${{ github.actor }}@users.noreply.github.com"

0 commit comments

Comments
 (0)