We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7608ff + 9f739c5 commit 9567618Copy full SHA for 9567618
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
cache: pip
19
python-version: 3.x
20
- name: Install uv
21
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v7
22
with:
23
enable-cache: true
24
- name: Install dependencies
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
@@ -62,7 +62,7 @@ jobs:
62
63
python-version: ${{ matrix.python-version }}
64
65
66
67
68
0 commit comments