From c440101dc0a114048cd197a30b9ca001697ae100 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Fri, 16 Aug 2024 18:00:15 +0200 Subject: [PATCH] Fix pip cache key --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea8723f..0f7438b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: uses: actions/cache@v4 with: path: ${{ steps.pip-cache.outputs.dir }} - key: pip|${{ runner.os }}|3.12|${{ hashFiles('**/setup.cfg') }} + key: pip|${{ runner.os }}|3.12|${{ hashFiles('**/pyproject.toml') }} - uses: actions/cache@v4 id: cache-npm