Skip to content

Commit fdcf068

Browse files
ChanceSiyuanclaude
andcommitted
Fix CI: disable uv caching
Remove enable-cache to avoid lock file requirement. Caching can be re-enabled later with a proper lock file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4b8961f commit fdcf068

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818

1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v4
21-
with:
22-
enable-cache: true
23-
ignore-nothing-to-cache: true
2421

2522
- name: Set up Python ${{ matrix.python-version }}
2623
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)