mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
ci: disable uv cache pruning to preserve wheel files
This commit is contained in:
@@ -35,6 +35,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v8.3.1
|
||||
with:
|
||||
enable-cache: true
|
||||
prune-cache: false
|
||||
cache-dependency-glob: pyproject.toml
|
||||
|
||||
- name: Install system dependencies (Ubuntu)
|
||||
@@ -48,7 +49,3 @@ jobs:
|
||||
env:
|
||||
QT_QPA_PLATFORM: offscreen
|
||||
run: pytest tests/ -v --tb=short
|
||||
|
||||
- name: Minimize uv cache
|
||||
if: always()
|
||||
run: uv cache prune --ci
|
||||
|
||||
Reference in New Issue
Block a user