From f7b934b30679cbc4eb47bde27dcca97f5d92539b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Sep 2025 16:21:32 +0200 Subject: [PATCH] chore(ci): try to not prune uv cache --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f8a3c38e..2ecb06e90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,6 @@ jobs: python-version: ${{ matrix.python-version }} cache-dependency-glob: "requirements**.txt" cache-suffix: "${{ matrix.python-version }}" - prune-cache: false - name: Installation - *nix run: | @@ -166,7 +165,6 @@ jobs: python-version: ${{ matrix.python-version }} cache-dependency-glob: "requirements**.txt" cache-suffix: "${{ matrix.python-version }}" - prune-cache: false - name: Installation - macOS (Brew) run: | @@ -278,7 +276,6 @@ jobs: python-version: ${{ matrix.python-version }} cache-dependency-glob: "requirements**.txt" cache-suffix: "${{ matrix.python-version }}" - prune-cache: false - name: Installation run: | @@ -428,7 +425,6 @@ jobs: python-version: "3.12" cache-dependency-glob: "requirements**.txt" cache-suffix: "3.12" - prune-cache: false - name: Installation - *nix run: |