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 c716456 commit c2bab86Copy full SHA for c2bab86
.github/workflows/uv-tests.yml
@@ -40,6 +40,9 @@ jobs:
40
- uses: astral-sh/setup-uv@v6
41
with:
42
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
46
- name: Configure Git
47
run: |
48
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
0 commit comments