@@ -220,6 +220,11 @@ jobs:
220220 - image : circleci/python:3.8.9
221221 working_directory : ~/plotly.js
222222 steps :
223+ - browser-tools/install-browser-tools :
224+ install-firefox : false
225+ install-geckodriver : false
226+ install-chrome : true
227+ chrome-version : " 132.0.6834.110"
223228 - attach_workspace :
224229 at : ~/
225230 - run :
@@ -238,6 +243,11 @@ jobs:
238243 - image : circleci/python:3.8.9
239244 working_directory : ~/plotly.js
240245 steps :
246+ - browser-tools/install-browser-tools :
247+ install-firefox : false
248+ install-geckodriver : false
249+ install-chrome : true
250+ chrome-version : " 132.0.6834.110"
241251 - attach_workspace :
242252 at : ~/
243253 - run :
@@ -257,6 +267,11 @@ jobs:
257267 - image : circleci/python:3.8.9
258268 working_directory : ~/plotly.js
259269 steps :
270+ - browser-tools/install-browser-tools :
271+ install-firefox : false
272+ install-geckodriver : false
273+ install-chrome : true
274+ chrome-version : " 132.0.6834.110"
260275 - attach_workspace :
261276 at : ~/
262277 - run :
@@ -276,6 +291,11 @@ jobs:
276291 - image : circleci/python:3.8.9
277292 working_directory : ~/plotly.js
278293 steps :
294+ - browser-tools/install-browser-tools :
295+ install-firefox : false
296+ install-geckodriver : false
297+ install-chrome : true
298+ chrome-version : " 132.0.6834.110"
279299 - attach_workspace :
280300 at : ~/
281301 - run :
@@ -350,6 +370,11 @@ jobs:
350370 - image : circleci/python:3.8.9
351371 working_directory : ~/plotly.js
352372 steps :
373+ - browser-tools/install-browser-tools :
374+ install-firefox : false
375+ install-geckodriver : false
376+ install-chrome : true
377+ chrome-version : " 132.0.6834.110"
353378 - attach_workspace :
354379 at : ~/
355380 - run :
0 commit comments