We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193a4b7 commit 80f352dCopy full SHA for 80f352d
.circleci/config.yml
@@ -476,7 +476,7 @@ jobs:
476
477
# Download and cache dependencies
478
- restore_cache:
479
- key: v1-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
+ key: v2-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
480
- browser-tools/install-chrome
481
- browser-tools/install-chromedriver
482
0 commit comments