We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a4830 commit 998f4d9Copy full SHA for 998f4d9
1 file changed
ā.github/workflows/uv-tests.ymlā
@@ -44,5 +44,8 @@ jobs:
44
run: |
45
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
46
git config --global user.name "${{ github.actor }}"
47
+ - name: Unset Python version
48
+ if: ${{ matrix.uv-version == '0.7.3' }}
49
+ run: rm delorian-car/.python-version
50
- name: Run copier-template-tester
51
run: uv run ctt
0 commit comments