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 0c0168dCopy full SHA for 0c0168d
.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: Change the newest python to test
44
+ if: ${{ matrix.uv-version == '0.7.3' }}
45
+ run: sed -i 's/14/13/g' ctt.toml
46
- name: Configure Git
47
run: |
48
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
0 commit comments