mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
ci: add uv cache prune to optimize cache size
This commit is contained in:
@@ -48,3 +48,7 @@ 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