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 1238fcd commit e6d6cdcCopy full SHA for e6d6cdc
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 0 # Needed for setuptools_scm to work correctly
27
- name: Install uv and set the python version
28
- uses: astral-sh/setup-uv
+ uses: astral-sh/setup-uv@v6
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install the project
.github/workflows/typecheck.yml
@@ -27,7 +27,7 @@ jobs:
32
33
0 commit comments