@@ -3,7 +3,7 @@ version: 2.1
33orbs :
44 win : circleci/windows@2.4.0
55 percy : percy/agent@0.1.3
6- browser-tools : circleci/browser-tools@1.4.3
6+ browser-tools : circleci/browser-tools@1.4.6
77
88jobs :
99 artifacts :
@@ -102,11 +102,13 @@ jobs:
102102
103103 steps :
104104 - checkout
105+ - run : sudo apt-get update
105106 - run : echo $PYVERSION > ver.txt
106107 - run : cat requires-*.txt > requires-all.txt
107108 - restore_cache :
108109 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
109- - browser-tools/install-browser-tools
110+ - browser-tools/install-browser-tools :
111+ chrome-version : 116.0.5845.110
110112 - run :
111113 name : ️️🏗️ pip dev requirements
112114 command : |
@@ -176,11 +178,13 @@ jobs:
176178 steps :
177179 - checkout :
178180 path : ~/dash
181+ - run : sudo apt-get update
179182 - run : echo $PYVERSION > ver.txt
180183 - run : cat requires-*.txt > requires-all.txt
181184 - restore_cache :
182185 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
183186 - browser-tools/install-browser-tools :
187+ chrome-version : 116.0.5845.110
184188 install-firefox : false
185189 install-geckodriver : false
186190 - attach_workspace :
@@ -291,11 +295,13 @@ jobs:
291295 steps :
292296 - checkout :
293297 path : ~/dash
298+ - run : sudo apt-get update
294299 - run : echo $PYVERSION > ver.txt
295300 - run : cat requires-*.txt > requires-all.txt
296301 - restore_cache :
297302 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
298303 - browser-tools/install-browser-tools :
304+ chrome-version : 116.0.5845.110
299305 install-firefox : false
300306 install-geckodriver : false
301307 - attach_workspace :
@@ -358,13 +364,15 @@ jobs:
358364 steps :
359365 - checkout :
360366 path : ~/dash
367+ - run : sudo apt-get update
361368 - run : echo $PYVERSION > ver.txt
362369 - run : cat requires-*.txt > requires-all.txt
363370 - restore_cache :
364371 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
365372 - restore_cache :
366373 key : html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
367374 - browser-tools/install-browser-tools :
375+ chrome-version : 116.0.5845.110
368376 install-firefox : false
369377 install-geckodriver : false
370378 - attach_workspace :
@@ -432,11 +440,13 @@ jobs:
432440 steps :
433441 - checkout :
434442 path : ~/dash
443+ - run : sudo apt-get update
435444 - run : echo $PYVERSION > ver.txt
436445 - run : cat requires-*.txt > requires-all.txt
437446 - restore_cache :
438447 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
439448 - browser-tools/install-browser-tools :
449+ chrome-version : 116.0.5845.110
440450 install-firefox : false
441451 install-geckodriver : false
442452 - attach_workspace :
@@ -484,13 +494,15 @@ jobs:
484494 steps :
485495 - checkout :
486496 path : ~/dash
497+ - run : sudo apt-get update
487498 - run : echo $PYVERSION > ver.txt
488499 - run : cat requires-*.txt > requires-all.txt
489500 - restore_cache :
490501 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
491502 - restore_cache :
492503 key : table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
493504 - browser-tools/install-browser-tools :
505+ chrome-version : 116.0.5845.110
494506 install-firefox : false
495507 install-geckodriver : false
496508 - attach_workspace :
@@ -524,9 +536,11 @@ jobs:
524536 steps :
525537 - checkout :
526538 path : ~/dash
539+ - run : sudo apt-get update
527540 - restore_cache :
528541 key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
529542 - browser-tools/install-browser-tools :
543+ chrome-version : 116.0.5845.110
530544 install-firefox : false
531545 install-geckodriver : false
532546 - run :
0 commit comments