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 7b005e8Copy full SHA for 7b005e8
.github/workflows/uv-tests.yml
@@ -40,6 +40,7 @@ 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.12' || '' }}
44
- name: Configure Git
45
run: |
46
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
0 commit comments