Skip to content

Commit 4b8961f

Browse files
ChanceSiyuanclaude
andcommitted
Fix CI: allow uv cache without lock file
Set ignore-nothing-to-cache to true to allow CI to proceed when uv.lock is not present in the repository. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 85aedc0 commit 4b8961f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: astral-sh/setup-uv@v4
2121
with:
2222
enable-cache: true
23+
ignore-nothing-to-cache: true
2324

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

0 commit comments

Comments
 (0)