Skip to content

Commit

Permalink
cache for ubuntu.
Browse files Browse the repository at this point in the history
Signed-off-by: DanielAvdar <[email protected]>
  • Loading branch information
DanielAvdar committed Feb 22, 2024
1 parent 6365260 commit 88b58e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matplotlib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
cache-name: test
with:
path: ~/Library/Caches/pip
path: ~/.cache/pip
key: ${{ runner.os }}-3.8-${{ env.cache-name }}-${{ hashFiles('**/pyproject.toml') }}-v1
restore-keys: |
${{ runner.os }}-3.8-${{ env.cache-name }}-${{ hashFiles('**/pyproject.toml') }}
Expand Down

0 comments on commit 88b58e9

Please sign in to comment.