Skip to content

Commit

Permalink
Pipenv - Install development packages, since that is where linkchecke…
Browse files Browse the repository at this point in the history
…r is
  • Loading branch information
yarikoptic committed Nov 22, 2018
1 parent eb0c8f1 commit b204f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
command: |
sudo pip install pip==18.0
sudo pip install pipenv==2018.7.1
pipenv install
pipenv install -d
- save_cache:
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
paths:
Expand Down

0 comments on commit b204f62

Please sign in to comment.