From a730e9e27ba52b1fe27263161296457d57f8b995 Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Wed, 13 Oct 2021 10:52:03 +0100 Subject: [PATCH] ci: fix cache key for release CircleCI job Signed-off-by: Paul Horton --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3725f27..7f27b22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,7 +99,7 @@ jobs: - checkout - restore_cache: # ensure this step occurs *before* installing dependencies name: "Restore any valid cache" - key: dependencies-{{ .Branch }}-{{ parameters.python_version }}-{{ checksum "poetry.lock" }} + key: dependencies-{{ .Branch }}-39-{{ checksum "poetry.lock" }} - run: name: "Build for release" command: |