Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
change path to chache
  • Loading branch information
Moritz-Alexander-Kern committed Feb 7, 2023
1 parent d4400c2 commit 5b72a85
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 @@ -382,7 +382,7 @@ jobs:
- name: Cache pip
uses: actions/cache@v3
with:
path: ~/runner/.cache/pip
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements files
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-docs.txt') }}-${{ hashFiles('**/requirements-tutorials.txt') }}-${{ hashFiles('**/environment-docs.yml') }}
-${{ hashFiles('**/CI.yml') }}-${{ steps.date.outputs.date }}
Expand Down

0 comments on commit 5b72a85

Please sign in to comment.