Skip to content

Commit 7b15316

Browse files
authored
Merge pull request #4937 from plotly/fix-failing-build-doc
Bump cache version to fix failing doc build
2 parents a7ed5d9 + db68dba commit 7b15316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ jobs:
479479

480480
# Download and cache dependencies
481481
- restore_cache:
482-
key: v1-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
482+
key: v2-dependencies-{{ checksum "doc/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
483483
- browser-tools/install-chrome
484484
- browser-tools/install-chromedriver
485485

0 commit comments

Comments
 (0)