From 1b0e3a1ad68d7c732e6f66a7be8f9a8149ad5040 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 31 Aug 2019 16:27:34 +0100 Subject: [PATCH] Install in deploy mode --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c209bed..80f352f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: