Skip to content

Commit 2442dc8

Browse files
committed
🐛 Fix CI compatibility with uv 0.7.3
1 parent c716456 commit 2442dc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/uv-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ 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.13' || '' }}
44+
- name: Change the newest python to test
45+
if: ${{ matrix.uv-version == '0.7.3' }}
46+
run: sed -i 's/14/13/g' ctt.toml
4347
- name: Configure Git
4448
run: |
4549
git config --global user.email "${{ github.actor }}@users.noreply.github.com"

0 commit comments

Comments
 (0)