We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417767b commit 2f96119Copy full SHA for 2f96119
.circleci/config.yml
@@ -255,7 +255,6 @@ jobs:
255
- plotly.js
256
257
make-baselines:
258
- parallelism: 12
259
docker:
260
- image: cimg/python:3.12
261
working_directory: ~/plotly.js
@@ -270,10 +269,10 @@ jobs:
270
269
- run: sudo apt-get update
271
- run:
272
name: Install kaleido, plotly.io and required fonts
273
- command: .circleci/env_image.sh && sudo python3 -m pip list
+ command: .circleci/env_image.sh && python3 -m pip list
274
275
name: Create all png files
276
- command: sudo python3 -m pip list && .circleci/test.sh make-baselines
+ command: python3 test/image/make_baseline.py
277
- persist_to_workspace:
278
root: ~/
279
paths:
0 commit comments