From 2e0637b9cd81888f0b9f419f910ff8c8dac74bcc Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sat, 22 Oct 2022 20:00:55 -0700 Subject: [PATCH] bump circle cache version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 574186a..697228c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: - checkout - restore_cache: - key: venv-3-{{ .Branch }}-{{ checksum "requirements.txt" }} + key: venv-4-{{ .Branch }}-{{ checksum "requirements.txt" }} - run: name: Base dependencies @@ -48,7 +48,7 @@ jobs: if [ "$COVERALLS_REPO_TOKEN" != "" ]; then coveralls || true; fi - save_cache: - key: venv-3-{{ .Branch }}-{{ checksum "requirements.txt" }} + key: venv-4-{{ .Branch }}-{{ checksum "requirements.txt" }} paths: - /home/circleci/.pyenv # Ideally we'd cache these, but they need root, and the cimg/python