Skip to content

Commit 5c17746

Browse files
kenibrewerclaude
andcommitted
🐛 fix: temporarily disable uv cache to resolve CI failures
- Remove cache configuration from test workflow to isolate cache-related errors - CI was failing with cache service 400 errors - Will re-enable caching once core workflow is stable - Focus on getting tests and coverage working first 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f57dee8 commit 5c17746

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test-approval-automation.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929

3030
- name: Setup Python with uv
3131
uses: astral-sh/setup-uv@v4
32-
with:
33-
enable-cache: true
34-
cache-local-path: .github/workflows/lib/.uv-cache
3532

3633
- name: Install dependencies
3734
working-directory: .github/workflows/lib
@@ -65,9 +62,6 @@ jobs:
6562

6663
- name: Setup Python with uv
6764
uses: astral-sh/setup-uv@v4
68-
with:
69-
enable-cache: true
70-
cache-local-path: .github/workflows/lib/.uv-cache
7165

7266
- name: Install dependencies
7367
working-directory: .github/workflows/lib

0 commit comments

Comments
 (0)