Skip to content

Commit 6139963

Browse files
committed
pip list
1 parent 126b2af commit 6139963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ jobs:
270270
- run: sudo apt-get update
271271
- run:
272272
name: Install kaleido, plotly.io and required fonts
273-
command: .circleci/env_image.sh
273+
command: .circleci/env_image.sh && pip list
274274
- run:
275275
name: Create all png files
276-
command: .circleci/test.sh make-baselines
276+
command: pip list && .circleci/test.sh make-baselines
277277
- persist_to_workspace:
278278
root: ~/
279279
paths:

0 commit comments

Comments
 (0)