We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c26e9 commit 58f9853Copy full SHA for 58f9853
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: astral-sh/setup-uv@v4
19
with:
20
version: "latest"
21
+ enable-cache: false
22
23
- name: Setup Python
24
run: uv python install 3.12
@@ -42,6 +43,7 @@ jobs:
42
43
44
45
46
47
48
49
@@ -63,6 +65,7 @@ jobs:
63
65
64
66
67
68
69
70
71
@@ -84,6 +87,7 @@ jobs:
84
87
85
88
86
89
90
91
92
93
0 commit comments