diff --git a/.circleci/config.yml b/.circleci/config.yml index 79f10e8..f178561 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: command: | pip install pipenv pipenv install --dev --skip-lock - pip install -e . --skip-lock + pipenv install -e . --skip-lock # This ^^^ installs all the regular required packages and those listed in the dev section of `extras_require` in setup.py. # pytest recommends this: install your package in "editable" mode by running this from the same directory. - save_cache: