Make sure CircleCI build installs all dependencies

pull/8109/head
Thibaud Colas 2022-03-10 06:34:51 +00:00
rodzic 4c2f160736
commit 855486157b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ jobs:
# Only install if .venv wasnt cached.
- run: |
if [[ ! -e ".venv" ]]; then
pipenv install -e .[testing]
pipenv install -e .[testing,docs]
fi
- save_cache:
key: pipenv-v1-{{ checksum "setup.py" }}