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