mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Disable caching for pip dependencies
This commit is contained in:
parent
eb64f77c65
commit
58e18ff0e4
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user