From 1382944472d595bad4810d11b9ca7c09f775f728 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 16 May 2024 13:22:38 -0700 Subject: [PATCH] =?UTF-8?q?bump=20circle=20cache=20again=20for=20dag-json?= =?UTF-8?q?=20=F0=9F=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit logs say it cloned at the right commit (snarfed/dag-json@4bfd62976377bc6d5a9f0047b2442c296944364a), but then it seemed to still use the earlier cached version. why?!? --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 065210b..db1875f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: - checkout - restore_cache: - key: venv-6-{{ .Branch }}-{{ checksum "requirements.txt" }} + key: venv-7-{{ .Branch }}-{{ checksum "requirements.txt" }} - run: name: Base dependencies @@ -65,7 +65,7 @@ jobs: fi - save_cache: - key: venv-6-{{ .Branch }}-{{ checksum "requirements.txt" }} + key: venv-7-{{ .Branch }}-{{ checksum "requirements.txt" }} paths: - /home/circleci/.pyenv # Ideally we'd cache these, but they need root, and the cimg/python