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