File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
lint-unit-312 : &lint-unit
90
90
working_directory : ~/dash
91
91
docker :
92
- - image : cimg/python:3.12.1-node
92
+ - image : cimg/python:3.12.1-browsers
93
93
auth :
94
94
username : dashautomation
95
95
password : $DASH_PAT_DOCKERHUB
@@ -415,7 +415,7 @@ jobs:
415
415
table-server : &table-server
416
416
working_directory : ~/dash
417
417
docker :
418
- - image : cimg/python:3.12.1-node
418
+ - image : cimg/python:3.12.1-browsers
419
419
environment :
420
420
PYVERSION : python312
421
421
PERCY_ENABLE : 1
@@ -469,7 +469,7 @@ jobs:
469
469
table-unit-test :
470
470
working_directory : ~/dash
471
471
docker :
472
- - image : cimg/python:3.12.1-node
472
+ - image : cimg/python:3.12.1-browsers
473
473
environment :
474
474
PYVERSION : python312
475
475
PERCY_ENABLE : 0
@@ -516,7 +516,7 @@ jobs:
516
516
table-visual-test :
517
517
working_directory : ~/dash/components/dash-table
518
518
docker :
519
- - image : cimg/node:lts
519
+ - image : cimg/node:lts-browsers
520
520
environment :
521
521
PERCY_TOKEN : $PERCY_TOKEN_TABLE
522
522
You can’t perform that action at this time.
0 commit comments