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 894ff9d commit 9f7ce5bCopy full SHA for 9f7ce5b
.github/workflows/call_test_minimal.yml
@@ -48,7 +48,7 @@ jobs:
48
# Install python
49
- name: Install the latest version of uv and the right verion of python
50
if: ${{ inputs.skip_test == false }}
51
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
52
with:
53
python-version: ${{ matrix.python-version }}
54
activate-environment: true
.github/workflows/call_test_package.yml
0 commit comments