From 80f352dbb500ee9a0bf0f842f1c505ea687830a2 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 9 Dec 2024 18:00:42 -0500 Subject: [PATCH] bump cache --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e329d1080a..6895f903b56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -476,7 +476,7 @@ jobs: # Download and cache dependencies - restore_cache: - key: v1-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }} + key: v2-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }} - browser-tools/install-chrome - browser-tools/install-chromedriver