Skip to content

Commit 658ca24

Browse files
committed
Set chrome version on ci.
1 parent 73f5028 commit 658ca24

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
- run: cat requires-*.txt > requires-all.txt
107107
- restore_cache:
108108
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
109-
- browser-tools/install-browser-tools
109+
- browser-tools/install-browser-tools:
110+
chrome-version: 116.0.5845.96
110111
- run:
111112
name: ️️🏗️ pip dev requirements
112113
command: |
@@ -181,6 +182,7 @@ jobs:
181182
- restore_cache:
182183
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
183184
- browser-tools/install-browser-tools:
185+
chrome-version: 116.0.5845.96
184186
install-firefox: false
185187
install-geckodriver: false
186188
- attach_workspace:
@@ -296,6 +298,7 @@ jobs:
296298
- restore_cache:
297299
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
298300
- browser-tools/install-browser-tools:
301+
chrome-version: 116.0.5845.96
299302
install-firefox: false
300303
install-geckodriver: false
301304
- attach_workspace:
@@ -365,6 +368,7 @@ jobs:
365368
- restore_cache:
366369
key: html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
367370
- browser-tools/install-browser-tools:
371+
chrome-version: 116.0.5845.96
368372
install-firefox: false
369373
install-geckodriver: false
370374
- attach_workspace:
@@ -437,6 +441,7 @@ jobs:
437441
- restore_cache:
438442
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
439443
- browser-tools/install-browser-tools:
444+
chrome-version: 116.0.5845.96
440445
install-firefox: false
441446
install-geckodriver: false
442447
- attach_workspace:
@@ -491,6 +496,7 @@ jobs:
491496
- restore_cache:
492497
key: table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
493498
- browser-tools/install-browser-tools:
499+
chrome-version: 116.0.5845.96
494500
install-firefox: false
495501
install-geckodriver: false
496502
- attach_workspace:
@@ -527,6 +533,7 @@ jobs:
527533
- restore_cache:
528534
key: dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
529535
- browser-tools/install-browser-tools:
536+
chrome-version: 116.0.5845.96
530537
install-firefox: false
531538
install-geckodriver: false
532539
- run:

0 commit comments

Comments
 (0)