From 663ccd2cd56fbc1456a75055b20327072d0fbdca Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 19:49:45 +0100 Subject: [PATCH] :heart: fix cache restore 2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a24367a..e7e8649 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: # A basic unit of work in a run steps: - checkout - restore_cache: - key: + keys: - deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} - deps9-{{ .Branch }}- - run: