Skip to content

Commit 30c39f4

Browse files
committed
use cimg instead of circleci
1 parent 86f0a3e commit 30c39f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 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: circleci/python:3.8.9-browsers
220+
- image: cimg/python:3.8.9-browsers
221221
working_directory: ~/plotly.js
222222
steps:
223223
- run: sudo apt-get update
@@ -241,7 +241,7 @@ jobs:
241241

242242
make-baselines-mathjax3:
243243
docker:
244-
- image: circleci/python:3.8.9-browsers
244+
- image: cimg/python:3.8.9-browsers
245245
working_directory: ~/plotly.js
246246
steps:
247247
- run: sudo apt-get update
@@ -266,7 +266,7 @@ jobs:
266266
make-baselines:
267267
parallelism: 12
268268
docker:
269-
- image: circleci/python:3.8.9-browsers
269+
- image: cimg/python:3.8.9-browsers
270270
working_directory: ~/plotly.js
271271
steps:
272272
- run: sudo apt-get update
@@ -291,7 +291,7 @@ jobs:
291291
make-baselines-b64:
292292
parallelism: 12
293293
docker:
294-
- image: circleci/python:3.8.9-browsers
294+
- image: cimg/python:3.8.9-browsers
295295
working_directory: ~/plotly.js
296296
steps:
297297
- run: sudo apt-get update
@@ -371,7 +371,7 @@ jobs:
371371

372372
make-exports:
373373
docker:
374-
- image: circleci/python:3.8.9-browsers
374+
- image: cimg/python:3.8.9-browsers
375375
working_directory: ~/plotly.js
376376
steps:
377377
- run: sudo apt-get update

0 commit comments

Comments
 (0)