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.
2 parents 1fe32b4 + a4c9e90 commit 460fbb0Copy full SHA for 460fbb0
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
fetch-depth: 0
46
- id: uv
47
name: Install uv
48
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
+ uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
49
with:
50
enable-cache: false
51
- name: Set up Python
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
persist-credentials: false
44
- name: Install uv
python-version: ${{ matrix.python-version }}
- name: Check code formatting
0 commit comments