Skip to content

Commit 2f96119

Browse files
committed
direct call
1 parent 417767b commit 2f96119

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ jobs:
255255
- plotly.js
256256

257257
make-baselines:
258-
parallelism: 12
259258
docker:
260259
- image: cimg/python:3.12
261260
working_directory: ~/plotly.js
@@ -270,10 +269,10 @@ jobs:
270269
- run: sudo apt-get update
271270
- run:
272271
name: Install kaleido, plotly.io and required fonts
273-
command: .circleci/env_image.sh && sudo python3 -m pip list
272+
command: .circleci/env_image.sh && python3 -m pip list
274273
- run:
275274
name: Create all png files
276-
command: sudo python3 -m pip list && .circleci/test.sh make-baselines
275+
command: python3 test/image/make_baseline.py
277276
- persist_to_workspace:
278277
root: ~/
279278
paths:

0 commit comments

Comments
 (0)