Skip to content

Commit 417767b

Browse files
committed
python3 -m pip list
1 parent 6139963 commit 417767b

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 && pip list
273+
command: .circleci/env_image.sh && sudo python3 -m pip list
274274
- run:
275275
name: Create all png files
276-
command: pip list && .circleci/test.sh make-baselines
276+
command: sudo python3 -m pip list && .circleci/test.sh make-baselines
277277
- persist_to_workspace:
278278
root: ~/
279279
paths:

0 commit comments

Comments
 (0)