Skip to content

Commit 6fa36a5

Browse files
committed
remove sudo
1 parent 417767b commit 6fa36a5

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

0 commit comments

Comments
 (0)