From 97fed91c8002d65dd9452b2f62bc8a9833014fa5 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 29 Jun 2018 02:20:43 -0700 Subject: [PATCH] [CI] Fix key used for caching conda env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21bfdc0..e9a982f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: - save_cache: paths: - /opt/conda - key: v1-dependencies-{{ checksum "setup.py" }}-{{ checksum "dev-requirements.txt" }} + key: v1-dependencies-miniconda3-4.5.4-{{ checksum "setup.py" }}-{{ checksum "dev-requirements.txt" }} - run: name: run tests