diff --git a/.github/workflows/test_pip.yml b/.github/workflows/test_pip.yml index de3f284..5730129 100644 --- a/.github/workflows/test_pip.yml +++ b/.github/workflows/test_pip.yml @@ -35,6 +35,7 @@ jobs: uses: astral-sh/setup-uv@v8.3.1 with: enable-cache: true + prune-cache: false cache-dependency-glob: pyproject.toml - name: Install system dependencies (Ubuntu) @@ -48,7 +49,3 @@ jobs: env: QT_QPA_PLATFORM: offscreen run: pytest tests/ -v --tb=short - - - name: Minimize uv cache - if: always() - run: uv cache prune --ci