diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ab327cb62..406fb0ca82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: # Only install if .venv wasn’t cached. - run: | if [[ ! -e ".venv" ]]; then - pipenv install -e .[testing] + pipenv install -e .[testing,docs] fi - save_cache: key: pipenv-v1-{{ checksum "setup.py" }}