@@ -217,7 +217,7 @@ jobs:
217
217
make-baselines-virtual-webgl :
218
218
parallelism : 8
219
219
docker :
220
- - image : circleci /python:3.8.9-browsers
220
+ - image : cimg /python:3.8.9-browsers
221
221
working_directory : ~/plotly.js
222
222
steps :
223
223
- run : sudo apt-get update
@@ -241,7 +241,7 @@ jobs:
241
241
242
242
make-baselines-mathjax3 :
243
243
docker :
244
- - image : circleci /python:3.8.9-browsers
244
+ - image : cimg /python:3.8.9-browsers
245
245
working_directory : ~/plotly.js
246
246
steps :
247
247
- run : sudo apt-get update
@@ -266,7 +266,7 @@ jobs:
266
266
make-baselines :
267
267
parallelism : 12
268
268
docker :
269
- - image : circleci /python:3.8.9-browsers
269
+ - image : cimg /python:3.8.9-browsers
270
270
working_directory : ~/plotly.js
271
271
steps :
272
272
- run : sudo apt-get update
@@ -291,7 +291,7 @@ jobs:
291
291
make-baselines-b64 :
292
292
parallelism : 12
293
293
docker :
294
- - image : circleci /python:3.8.9-browsers
294
+ - image : cimg /python:3.8.9-browsers
295
295
working_directory : ~/plotly.js
296
296
steps :
297
297
- run : sudo apt-get update
@@ -371,7 +371,7 @@ jobs:
371
371
372
372
make-exports :
373
373
docker :
374
- - image : circleci /python:3.8.9-browsers
374
+ - image : cimg /python:3.8.9-browsers
375
375
working_directory : ~/plotly.js
376
376
steps :
377
377
- run : sudo apt-get update
0 commit comments