We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ab278 commit 8b38574Copy full SHA for 8b38574
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install uv
25
uses: astral-sh/setup-uv@v5
26
with:
27
- version: '0.9.13'
+ version: '0.10.2'
28
29
- name: Install dependencies
30
run: uv sync --all-extras
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
- name: Bootstrap
86
run: ./scripts/bootstrap
0 commit comments