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