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 6139963 commit 417767bCopy full SHA for 417767b
.circleci/config.yml
@@ -270,10 +270,10 @@ jobs:
270
- run: sudo apt-get update
271
- run:
272
name: Install kaleido, plotly.io and required fonts
273
- command: .circleci/env_image.sh && pip list
+ command: .circleci/env_image.sh && sudo python3 -m pip list
274
275
name: Create all png files
276
- command: pip list && .circleci/test.sh make-baselines
+ command: sudo python3 -m pip list && .circleci/test.sh make-baselines
277
- persist_to_workspace:
278
root: ~/
279
paths:
0 commit comments