From ad80703ea2468041541733dac7bbb1fffa2a4f72 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Wed, 16 Oct 2024 13:57:31 +0200 Subject: [PATCH] chore(ci): Fix PIP cache --- .github/workflows/skore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/skore.yml b/.github/workflows/skore.yml index 089cb890..52c97127 100644 --- a/.github/workflows/skore.yml +++ b/.github/workflows/skore.yml @@ -43,6 +43,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pip' + cache-dependency-path: "skore/pyproject.toml" - name: Download package distributions uses: actions/download-artifact@v4 with: