1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

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