💾 Caching

This commit is contained in:
ful1e5 2021-02-03 18:54:18 +05:30
parent e9b9a64dea
commit 21bcebae6c

View file

@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v2
id: pip-cache # use this to check for `cache-hit` (`steps.pip-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.pip-cache-dir-path.outputs.dir }}
path: ${{ steps.pip-cache-dir-path.output.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-