Install dev dependencies
This commit is contained in:
parent
263fad2983
commit
08fcf339f1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||
- run: pipenv install
|
||||
- run: pipenv install -d
|
||||
- save_cache:
|
||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||
paths:
|
||||
|
|
Reference in a new issue