Install in deploy mode

This commit is contained in:
Jake Howard 2019-08-31 16:27:34 +01:00
parent 0f3b9981ac
commit 1b0e3a1ad6
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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: