We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29534df commit 3acb762Copy full SHA for 3acb762
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install uv
18
uses: astral-sh/setup-uv@v4
19
with:
20
- version: "0.9.24"
+ version: "latest"
21
22
- name: Setup Python
23
run: uv python install 3.12
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments