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 2442dc8Copy full SHA for 2442dc8
.github/workflows/uv-tests.yml
@@ -40,6 +40,10 @@ jobs:
40
- uses: astral-sh/setup-uv@v6
41
with:
42
version: ${{ matrix.uv-version }}
43
+ python-version: ${{ matrix.uv-version == '0.7.3' && '3.13' || '' }}
44
+ - name: Change the newest python to test
45
+ if: ${{ matrix.uv-version == '0.7.3' }}
46
+ run: sed -i 's/14/13/g' ctt.toml
47
- name: Configure Git
48
run: |
49
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
0 commit comments