We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a4830 commit 07f354eCopy full SHA for 07f354e
ā.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 project_name/.python-version
50
- name: Run copier-template-tester
51
run: uv run ctt
0 commit comments