profgabrielramos Claude Sonnet 4.6 commited on
Commit
c083dab
·
1 Parent(s): 4532738

ci: fix unsupported uv cache in setup-python action

Browse files

Remove cache: 'uv' parameter as it's not supported by actions/setup-python@v5.
The action itself fails with 'Caching for uv is not supported' error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. .github/workflows/test.yml +0 -1
.github/workflows/test.yml CHANGED
@@ -18,7 +18,6 @@ jobs:
18
  uses: actions/setup-python@v5
19
  with:
20
  python-version: '3.11'
21
- cache: 'uv'
22
 
23
  - name: Install uv
24
  run: |
 
18
  uses: actions/setup-python@v5
19
  with:
20
  python-version: '3.11'
 
21
 
22
  - name: Install uv
23
  run: |