From 36a30e5000e8bbdda914929ecc86d1e253bcb76d Mon Sep 17 00:00:00 2001 From: Wen-Wei Tseng Date: Fri, 12 Apr 2024 16:55:04 +0800 Subject: [PATCH] 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 a54c6aa..83eec57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: uses: actions/cache@v4 id: cache-py with: - key: ${{ runner.os }}-py-${{ steps.cp.outputs.python-version }}-${{ hashFiles('requirements-jb.txt') }} + key: ${{ runner.os }}-pip-${{ steps.cp.outputs.python-version }}-${{ hashFiles('requirements-jb.txt') }} path: | ${{ env.pythonLocation }}/lib ${{ env.pythonLocation }}/bin