From 08fcf339f17feb37e3f55e6e46038acc0947599c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 25 Oct 2018 20:25:10 +0100 Subject: [PATCH] Install dev dependencies --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f5f7e4..4e5df80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: