Spaces:
Runtime error
Runtime error
Commit ·
c083dab
1
Parent(s): 4532738
ci: fix unsupported uv cache in setup-python action
Browse filesRemove 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>
.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: |
|