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 9fcf71f commit a391bb6Copy full SHA for a391bb6
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- name: Install uv
28
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
29
with:
30
enable-cache: true
31
pyproject-file: pyproject.toml
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments