@@ -217,11 +217,12 @@ jobs:
217
217
make-baselines-virtual-webgl :
218
218
parallelism : 8
219
219
docker :
220
- - image : circleci /python:3.8.9
220
+ - image : cimg /python:3.12.11
221
221
working_directory : ~/plotly.js
222
222
steps :
223
223
- attach_workspace :
224
224
at : ~/
225
+ - run : sudo apt-get update
225
226
- run :
226
227
name : Install kaleido, plotly.io and required fonts
227
228
command : .circleci/env_image.sh
@@ -235,11 +236,12 @@ jobs:
235
236
236
237
make-baselines-mathjax3 :
237
238
docker :
238
- - image : circleci /python:3.8.9
239
+ - image : cimg /python:3.12.11
239
240
working_directory : ~/plotly.js
240
241
steps :
241
242
- attach_workspace :
242
243
at : ~/
244
+ - run : sudo apt-get update
243
245
- run :
244
246
name : Install kaleido, plotly.io and required fonts
245
247
command : .circleci/env_image.sh
@@ -254,11 +256,12 @@ jobs:
254
256
make-baselines :
255
257
parallelism : 12
256
258
docker :
257
- - image : circleci /python:3.8.9
259
+ - image : cimg /python:3.12.11
258
260
working_directory : ~/plotly.js
259
261
steps :
260
262
- attach_workspace :
261
263
at : ~/
264
+ - run : sudo apt-get update
262
265
- run :
263
266
name : Install kaleido, plotly.io and required fonts
264
267
command : .circleci/env_image.sh
@@ -273,11 +276,12 @@ jobs:
273
276
make-baselines-b64 :
274
277
parallelism : 12
275
278
docker :
276
- - image : circleci /python:3.8.9
279
+ - image : cimg /python:3.12.11
277
280
working_directory : ~/plotly.js
278
281
steps :
279
282
- attach_workspace :
280
283
at : ~/
284
+ - run : sudo apt-get update
281
285
- run :
282
286
name : Install kaleido, plotly.io and required fonts
283
287
command : .circleci/env_image.sh
@@ -347,11 +351,12 @@ jobs:
347
351
348
352
make-exports :
349
353
docker :
350
- - image : circleci /python:3.8.9
354
+ - image : cimg /python:3.12.11
351
355
working_directory : ~/plotly.js
352
356
steps :
353
357
- attach_workspace :
354
358
at : ~/
359
+ - run : sudo apt-get update
355
360
- run :
356
361
name : Install kaleido, plotly.io and required fonts
357
362
command : .circleci/env_image.sh
@@ -362,7 +367,7 @@ jobs:
362
367
sudo apt-get install poppler-utils
363
368
- run :
364
369
name : Create svg, jpg, jpeg, webp, pdf and eps files
365
- command : python3 test/image/make_exports.py
370
+ command : sudo python3 test/image/make_exports.py
366
371
- persist_to_workspace :
367
372
root : ~/
368
373
paths :
@@ -488,7 +493,7 @@ jobs:
488
493
- store_artifacts :
489
494
path : stackgl_modules/index.js
490
495
destination : stackgl_modules/index.js
491
-
496
+
492
497
test-topojson-build :
493
498
docker :
494
499
- image : cimg/node:18.20.4
0 commit comments