@@ -102,11 +102,13 @@ jobs:
102
102
103
103
steps :
104
104
- checkout
105
+ - run : sudo apt-get update
105
106
- run : echo $PYVERSION > ver.txt
106
107
- run : cat requires-*.txt > requires-all.txt
107
108
- restore_cache :
108
109
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
110
112
- run :
111
113
name : ️️🏗️ pip dev requirements
112
114
command : |
@@ -176,11 +178,13 @@ jobs:
176
178
steps :
177
179
- checkout :
178
180
path : ~/dash
181
+ - run : sudo apt-get update
179
182
- run : echo $PYVERSION > ver.txt
180
183
- run : cat requires-*.txt > requires-all.txt
181
184
- restore_cache :
182
185
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
183
186
- browser-tools/install-browser-tools :
187
+ chrome-version : 116.0.5845.96
184
188
install-firefox : false
185
189
install-geckodriver : false
186
190
- attach_workspace :
@@ -291,11 +295,13 @@ jobs:
291
295
steps :
292
296
- checkout :
293
297
path : ~/dash
298
+ - run : sudo apt-get update
294
299
- run : echo $PYVERSION > ver.txt
295
300
- run : cat requires-*.txt > requires-all.txt
296
301
- restore_cache :
297
302
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
298
303
- browser-tools/install-browser-tools :
304
+ chrome-version : 116.0.5845.96
299
305
install-firefox : false
300
306
install-geckodriver : false
301
307
- attach_workspace :
@@ -358,13 +364,15 @@ jobs:
358
364
steps :
359
365
- checkout :
360
366
path : ~/dash
367
+ - run : sudo apt-get update
361
368
- run : echo $PYVERSION > ver.txt
362
369
- run : cat requires-*.txt > requires-all.txt
363
370
- restore_cache :
364
371
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
365
372
- restore_cache :
366
373
key : html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
367
374
- browser-tools/install-browser-tools :
375
+ chrome-version : 116.0.5845.96
368
376
install-firefox : false
369
377
install-geckodriver : false
370
378
- attach_workspace :
@@ -432,11 +440,13 @@ jobs:
432
440
steps :
433
441
- checkout :
434
442
path : ~/dash
443
+ - run : sudo apt-get update
435
444
- run : echo $PYVERSION > ver.txt
436
445
- run : cat requires-*.txt > requires-all.txt
437
446
- restore_cache :
438
447
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
439
448
- browser-tools/install-browser-tools :
449
+ chrome-version : 116.0.5845.96
440
450
install-firefox : false
441
451
install-geckodriver : false
442
452
- attach_workspace :
@@ -484,13 +494,15 @@ jobs:
484
494
steps :
485
495
- checkout :
486
496
path : ~/dash
497
+ - run : sudo apt-get update
487
498
- run : echo $PYVERSION > ver.txt
488
499
- run : cat requires-*.txt > requires-all.txt
489
500
- restore_cache :
490
501
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
491
502
- restore_cache :
492
503
key : table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
493
504
- browser-tools/install-browser-tools :
505
+ chrome-version : 116.0.5845.96
494
506
install-firefox : false
495
507
install-geckodriver : false
496
508
- attach_workspace :
@@ -524,9 +536,11 @@ jobs:
524
536
steps :
525
537
- checkout :
526
538
path : ~/dash
539
+ - run : sudo apt-get update
527
540
- restore_cache :
528
541
key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
529
542
- browser-tools/install-browser-tools :
543
+ chrome-version : 116.0.5845.96
530
544
install-firefox : false
531
545
install-geckodriver : false
532
546
- run :
0 commit comments