File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217 make-baselines-virtual-webgl :
218218 parallelism : 8
219219 docker :
220- - image : cimg/python:3.12.11
220+ - image : cimg/python:3.12
221221 working_directory : ~/plotly.js
222222 steps :
223223 - attach_workspace :
@@ -236,7 +236,7 @@ jobs:
236236
237237 make-baselines-mathjax3 :
238238 docker :
239- - image : cimg/python:3.12.11
239+ - image : cimg/python:3.12
240240 working_directory : ~/plotly.js
241241 steps :
242242 - attach_workspace :
@@ -256,7 +256,7 @@ jobs:
256256 make-baselines :
257257 parallelism : 12
258258 docker :
259- - image : cimg/python:3.12.11
259+ - image : cimg/python:3.12
260260 working_directory : ~/plotly.js
261261 steps :
262262 - attach_workspace :
@@ -276,7 +276,7 @@ jobs:
276276 make-baselines-b64 :
277277 parallelism : 12
278278 docker :
279- - image : cimg/python:3.12.11
279+ - image : cimg/python:3.12
280280 working_directory : ~/plotly.js
281281 steps :
282282 - attach_workspace :
@@ -351,7 +351,7 @@ jobs:
351351
352352 make-exports :
353353 docker :
354- - image : cimg/python:3.12.11
354+ - image : cimg/python:3.12
355355 working_directory : ~/plotly.js
356356 steps :
357357 - attach_workspace :
You can’t perform that action at this time.
0 commit comments