From 146000886d75d3e2366bf8c9f22ef202befce581 Mon Sep 17 00:00:00 2001 From: Artem Akymenko Date: Wed, 8 Jul 2026 21:14:15 +0000 Subject: [PATCH] ci: add uv cache prune to optimize cache size --- .github/workflows/test_pip.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_pip.yml b/.github/workflows/test_pip.yml index 5da9082..de3f284 100644 --- a/.github/workflows/test_pip.yml +++ b/.github/workflows/test_pip.yml @@ -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