From d07226a4c8ed1d1be55abbd193e8b6a1f5b28313 Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Tue, 12 Jan 2021 18:11:30 +0100 Subject: [PATCH] :green_heart:Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2087b88..9eae5ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,8 +31,10 @@ jobs: # A basic unit of work in a run export FLASK_APP=/path/to/autoapp.py export FLASK_DEBUG=1 sudo pip install pipenv + pipenv lock pipenv install pip install -r requirements/dev.txt --user + - save_cache: # cache Python dependencies using checksum of Pipfile as the cache-key key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} paths: