ci: disable uv cache pruning to preserve wheel files

This commit is contained in:
Artem Akymenko
2026-07-09 06:06:10 +00:00
parent 146000886d
commit 32c4d533c9
+1 -4
View File
@@ -35,6 +35,7 @@ jobs:
uses: astral-sh/setup-uv@v8.3.1 uses: astral-sh/setup-uv@v8.3.1
with: with:
enable-cache: true enable-cache: true
prune-cache: false
cache-dependency-glob: pyproject.toml cache-dependency-glob: pyproject.toml
- name: Install system dependencies (Ubuntu) - name: Install system dependencies (Ubuntu)
@@ -48,7 +49,3 @@ jobs:
env: env:
QT_QPA_PLATFORM: offscreen QT_QPA_PLATFORM: offscreen
run: pytest tests/ -v --tb=short run: pytest tests/ -v --tb=short
- name: Minimize uv cache
if: always()
run: uv cache prune --ci