From f978a5c754aea9da84db83b496e8348abcc83098 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Dec 2024 23:09:00 +0100 Subject: [PATCH] chore: uv - different caching --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 330fda6f8..1430cb64e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,7 +284,9 @@ jobs: uses: astral-sh/setup-uv@v4 with: enable-cache: true - cache-dependency-glob: "requirements**.txt" + # cache-dependency-glob: "requirements**.txt" + cache-suffix: "${{ matrix.python-version }}" + prune-cache: false - name: Installation run: |