Skip to content

Commit c2bab86

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/uv-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- uses: astral-sh/setup-uv@v6
4141
with:
4242
version: ${{ matrix.uv-version }}
43+
- name: Use correct Python version in older uv version
44+
if: ${{ matrix.uv-version == '0.7.3' }}
45+
run: sed -i 's/14/13/g' ctt.toml copier.yml
4346
- name: Configure Git
4447
run: |
4548
git config --global user.email "${{ github.actor }}@users.noreply.github.com"

0 commit comments

Comments
 (0)