fix(actions): don't prune the uv cachce
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 52s
Actions / Build Documentation (MkDocs) (push) Failing after 58s

This commit is contained in:
cswimr 2025-03-18 03:47:03 -05:00
parent a19761b720
commit d00776c006
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -19,6 +19,7 @@ jobs:
with:
version: "latest"
enable-cache: true
prune-cache: false
github-token: ${{ secrets.GITHUBTOKEN }}
- name: "Install dependencies"
@ -46,6 +47,7 @@ jobs:
with:
version: "latest"
enable-cache: true
prune-cache: false
github-token: ${{ secrets.GITHUBTOKEN }}
- name: Install dependencies