ci: add uv cache prune to optimize cache size

This commit is contained in:
Artem Akymenko
2026-07-08 21:14:15 +00:00
parent 31f95137dd
commit 146000886d
+4
View File
@@ -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