Disable caching for pip dependencies

This commit is contained in:
squidfunk 2020-02-15 11:13:22 +01:00
parent eb64f77c65
commit 58e18ff0e4

View File

@ -80,14 +80,14 @@ jobs:
with: with:
python-version: 3.x python-version: 3.x
- uses: actions/cache@v1 # - uses: actions/cache@v1
id: cache-python # id: cache-python
with: # with:
path: ~/.cache/pip # path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} # key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
- if: steps.cache-python.outputs.cache-hit != 'true' # - if: steps.cache-python.outputs.cache-hit != 'true'
run: pip install -r requirements.txt - run: pip install -r requirements.txt
# Set configuration for repository and deploy documentation # Set configuration for repository and deploy documentation
- env: - env: