Skip to content

Commit 6f22731

Browse files
authored
Merge pull request #4938 from plotly/fix-failing-tests
Bump cache version to fix failing doc build
2 parents 193a4b7 + 80f352d commit 6f22731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476

477477
# Download and cache dependencies
478478
- restore_cache:
479-
key: v1-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
479+
key: v2-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
480480
- browser-tools/install-chrome
481481
- browser-tools/install-chromedriver
482482

0 commit comments

Comments
 (0)