@@ -217,11 +217,12 @@ jobs:
217217 make-baselines-virtual-webgl :
218218 parallelism : 8
219219 docker :
220- - image : circleci /python:3.8.9
220+ - image : cimg /python:3.12.11
221221 working_directory : ~/plotly.js
222222 steps :
223223 - attach_workspace :
224224 at : ~/
225+ - run : sudo apt-get update
225226 - run :
226227 name : Install kaleido, plotly.io and required fonts
227228 command : .circleci/env_image.sh
@@ -235,11 +236,12 @@ jobs:
235236
236237 make-baselines-mathjax3 :
237238 docker :
238- - image : circleci /python:3.8.9
239+ - image : cimg /python:3.12.11
239240 working_directory : ~/plotly.js
240241 steps :
241242 - attach_workspace :
242243 at : ~/
244+ - run : sudo apt-get update
243245 - run :
244246 name : Install kaleido, plotly.io and required fonts
245247 command : .circleci/env_image.sh
@@ -254,11 +256,12 @@ jobs:
254256 make-baselines :
255257 parallelism : 12
256258 docker :
257- - image : circleci /python:3.8.9
259+ - image : cimg /python:3.12.11
258260 working_directory : ~/plotly.js
259261 steps :
260262 - attach_workspace :
261263 at : ~/
264+ - run : sudo apt-get update
262265 - run :
263266 name : Install kaleido, plotly.io and required fonts
264267 command : .circleci/env_image.sh
@@ -273,11 +276,12 @@ jobs:
273276 make-baselines-b64 :
274277 parallelism : 12
275278 docker :
276- - image : circleci /python:3.8.9
279+ - image : cimg /python:3.12.11
277280 working_directory : ~/plotly.js
278281 steps :
279282 - attach_workspace :
280283 at : ~/
284+ - run : sudo apt-get update
281285 - run :
282286 name : Install kaleido, plotly.io and required fonts
283287 command : .circleci/env_image.sh
@@ -347,11 +351,12 @@ jobs:
347351
348352 make-exports :
349353 docker :
350- - image : circleci /python:3.8.9
354+ - image : cimg /python:3.12.11
351355 working_directory : ~/plotly.js
352356 steps :
353357 - attach_workspace :
354358 at : ~/
359+ - run : sudo apt-get update
355360 - run :
356361 name : Install kaleido, plotly.io and required fonts
357362 command : .circleci/env_image.sh
@@ -362,7 +367,7 @@ jobs:
362367 sudo apt-get install poppler-utils
363368 - run :
364369 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
366371 - persist_to_workspace :
367372 root : ~/
368373 paths :
@@ -488,7 +493,7 @@ jobs:
488493 - store_artifacts :
489494 path : stackgl_modules/index.js
490495 destination : stackgl_modules/index.js
491-
496+
492497 test-topojson-build :
493498 docker :
494499 - image : cimg/node:18.20.4
0 commit comments