@@ -106,7 +106,8 @@ jobs:
106
106
- run : cat requires-*.txt > requires-all.txt
107
107
- restore_cache :
108
108
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
110
111
- run :
111
112
name : ️️🏗️ pip dev requirements
112
113
command : |
@@ -181,6 +182,7 @@ jobs:
181
182
- restore_cache :
182
183
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
183
184
- browser-tools/install-browser-tools :
185
+ chrome-version : 116.0.5845.96
184
186
install-firefox : false
185
187
install-geckodriver : false
186
188
- attach_workspace :
@@ -296,6 +298,7 @@ jobs:
296
298
- restore_cache :
297
299
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
298
300
- browser-tools/install-browser-tools :
301
+ chrome-version : 116.0.5845.96
299
302
install-firefox : false
300
303
install-geckodriver : false
301
304
- attach_workspace :
@@ -365,6 +368,7 @@ jobs:
365
368
- restore_cache :
366
369
key : html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
367
370
- browser-tools/install-browser-tools :
371
+ chrome-version : 116.0.5845.96
368
372
install-firefox : false
369
373
install-geckodriver : false
370
374
- attach_workspace :
@@ -437,6 +441,7 @@ jobs:
437
441
- restore_cache :
438
442
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
439
443
- browser-tools/install-browser-tools :
444
+ chrome-version : 116.0.5845.96
440
445
install-firefox : false
441
446
install-geckodriver : false
442
447
- attach_workspace :
@@ -491,6 +496,7 @@ jobs:
491
496
- restore_cache :
492
497
key : table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
493
498
- browser-tools/install-browser-tools :
499
+ chrome-version : 116.0.5845.96
494
500
install-firefox : false
495
501
install-geckodriver : false
496
502
- attach_workspace :
@@ -527,6 +533,7 @@ jobs:
527
533
- restore_cache :
528
534
key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
529
535
- browser-tools/install-browser-tools :
536
+ chrome-version : 116.0.5845.96
530
537
install-firefox : false
531
538
install-geckodriver : false
532
539
- run :
0 commit comments