Skip to content

Commit 2d60442

Browse files
committed
fix(cd) disable uv cache
prior run error'd with: ``` No cache found at: /home/runner/work/_temp/setup-uv-cache Error: Cache path /home/runner/work/_temp/setup-uv-cache does not exist on disk. This likely indicates that there are no dependencies to cache. Consider disabling the cache input if it is not needed. ``` so we are disabling the cache
1 parent 59fb484 commit 2d60442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
version: "0.10.4"
2222
python-version: "3.9"
23+
enable-cache: "false"
2324
- name: Push tag for each updated package
2425
env:
2526
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)