From 8fea3acd3fa910b6aa2a15aa48e007c15769e3b9 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Tue, 5 Jan 2021 19:00:15 +0100 Subject: [PATCH] :green_heart: forgot to change cache key in test job --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d76569..1e5fc63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: steps: - checkout - restore_cache: - key: deps9-{{ checksum "Pipfile.lock" }} + key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} - run: name: postgres command : dockerize -wait tcp://localhost:5432 -timeout 1m