Install in deploy mode
This commit is contained in:
parent
0f3b9981ac
commit
1b0e3a1ad6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||
- run: pipenv install -d
|
||||
- run: pipenv install -d --deploy
|
||||
- save_cache:
|
||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||
paths:
|
||||
|
|
Reference in a new issue