mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +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
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user