Skip to content

Commit 35134f7

Browse files
committed
Revert "circleci/python > cimg/python"
This reverts commit ffe5ac2.
1 parent 2452d33 commit 35134f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
make-baselines-virtual-webgl:
218218
parallelism: 8
219219
docker:
220-
- image: cimg/python:3.8.9
220+
- image: circleci/python:3.8.9
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.8.9
239+
- image: circleci/python:3.8.9
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.8.9
259+
- image: circleci/python:3.8.9
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.8.9
279+
- image: circleci/python:3.8.9
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.8.9
354+
- image: circleci/python:3.8.9
355355
working_directory: ~/plotly.js
356356
steps:
357357
- attach_workspace:
@@ -493,7 +493,7 @@ jobs:
493493
- store_artifacts:
494494
path: stackgl_modules/index.js
495495
destination: stackgl_modules/index.js
496-
496+
497497
test-topojson-build:
498498
docker:
499499
- image: cimg/node:18.20.4

0 commit comments

Comments
 (0)