Skip to content

Commit 81be3ac

Browse files
committed
Set chrome version
1 parent 74f4054 commit 81be3ac

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.circleci/config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.96
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.96
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.96
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.96
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.96
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.96
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.96
530544
install-firefox: false
531545
install-geckodriver: false
532546
- run:

0 commit comments

Comments
 (0)