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
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||||
- run: pipenv install
|
- run: pipenv install -d
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||||
paths:
|
paths:
|
||||||
|
|
Reference in a new issue