1
Fork 0

Install dev dependencies

This commit is contained in:
Jake Howard 2018-10-25 20:25:10 +01:00
parent 263fad2983
commit 08fcf339f1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

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