Skip to content

Commit 58f9853

Browse files
disabled uv cache to fix lock file parsing
1 parent c4c26e9 commit 58f9853

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: astral-sh/setup-uv@v4
1919
with:
2020
version: "latest"
21+
enable-cache: false
2122

2223
- name: Setup Python
2324
run: uv python install 3.12
@@ -42,6 +43,7 @@ jobs:
4243
uses: astral-sh/setup-uv@v4
4344
with:
4445
version: "latest"
46+
enable-cache: false
4547

4648
- name: Setup Python
4749
run: uv python install 3.12
@@ -63,6 +65,7 @@ jobs:
6365
uses: astral-sh/setup-uv@v4
6466
with:
6567
version: "latest"
68+
enable-cache: false
6669

6770
- name: Setup Python
6871
run: uv python install 3.12
@@ -84,6 +87,7 @@ jobs:
8487
uses: astral-sh/setup-uv@v4
8588
with:
8689
version: "latest"
90+
enable-cache: false
8791

8892
- name: Setup Python
8993
run: uv python install 3.12

0 commit comments

Comments
 (0)