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 126b2af commit 6139963Copy full SHA for 6139963
.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
+ command: .circleci/env_image.sh && pip list
274
275
name: Create all png files
276
- command: .circleci/test.sh make-baselines
+ command: pip list && .circleci/test.sh make-baselines
277
- persist_to_workspace:
278
root: ~/
279
paths:
0 commit comments