Skip to content

Commit

Permalink
remove fallback restore_cache option from CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed May 14, 2022
1 parent 9c63d12 commit 6656761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -44,7 +44,6 @@ jobs:
- restore_cache:
keys:
- pyani-dependencies-pip-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}-{{ checksum "requirements-pip.txt" }}-{{ checksum "requirements-thirdparty.txt" }}-{{ checksum "requirements-fastani.txt" }}-{{ checksum "requirements-pyqt-conda.txt" }}-{{ checksum "requirements-pyqt-pip.txt" }}
- pyani-dependencies-pip-

- run:
name: update apt-get
Expand Down

0 comments on commit 6656761

Please sign in to comment.