From 32c4d533c94b13ea589970cffdbe125656f58bec Mon Sep 17 00:00:00 2001 From: Artem Akymenko Date: Thu, 9 Jul 2026 06:06:10 +0000 Subject: [PATCH] ci: disable uv cache pruning to preserve wheel files --- .github/workflows/test_pip.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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