Skip to content

Commit

Permalink
cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Apr 12, 2024
1 parent 93e0f7e commit 36a30e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36a30e5

Please sign in to comment.