kopia lustrzana https://github.com/wagtail/wagtail
Make sure CircleCI build installs all dependencies
rodzic
4c2f160736
commit
855486157b
|
@ -13,7 +13,7 @@ jobs:
|
||||||
# Only install if .venv wasn’t cached.
|
# Only install if .venv wasn’t cached.
|
||||||
- run: |
|
- run: |
|
||||||
if [[ ! -e ".venv" ]]; then
|
if [[ ! -e ".venv" ]]; then
|
||||||
pipenv install -e .[testing]
|
pipenv install -e .[testing,docs]
|
||||||
fi
|
fi
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: pipenv-v1-{{ checksum "setup.py" }}
|
key: pipenv-v1-{{ checksum "setup.py" }}
|
||||||
|
|
Ładowanie…
Reference in New Issue