Skip to content

Commit 07f354e

Browse files
committed
šŸ› Fix CI compatibility with uv 0.7.3 by removing Python version constraint
1 parent d1a4830 commit 07f354e

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
@@ -44,5 +44,8 @@ jobs:
4444
run: |
4545
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
4646
git config --global user.name "${{ github.actor }}"
47+
- name: Unset Python version
48+
if: ${{ matrix.uv-version == '0.7.3' }}
49+
run: rm project_name/.python-version
4750
- name: Run copier-template-tester
4851
run: uv run ctt

0 commit comments

Comments
Ā (0)