Skip to content

Commit 1b2ba25

Browse files
committed
ci: limit uv to version that works with nox
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 50c584c commit 1b2ba25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-cookie.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
- name: Setup uv
4343
uses: astral-sh/setup-uv@v6
44+
with:
45+
version: "0.6.x"
4446

4547
- name: Install nox
4648
run: uv tool install nox
@@ -105,6 +107,8 @@ jobs:
105107

106108
- name: Setup uv
107109
uses: astral-sh/setup-uv@v6
110+
with:
111+
version: "0.6.x"
108112

109113
- name: Install nox
110114
run: uv tool install nox

0 commit comments

Comments
 (0)