Skip to content

Commit 00a02f7

Browse files
committed
revise and fix test-exports
1 parent a4ab036 commit 00a02f7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,18 +262,13 @@ jobs:
262262
steps:
263263
- attach_workspace:
264264
at: ~/
265-
- run:
266-
name: Create and activate virtual environment
267-
command: |
268-
python3 -m venv venv
269-
source venv/bin/activate
270265
- run: sudo apt-get update
271266
- run:
272267
name: Install kaleido, plotly.io and required fonts
273-
command: .circleci/env_image.sh && sudo python3 -m pip list
268+
command: .circleci/env_image.sh
274269
- run:
275270
name: Create all png files
276-
command: sudo python3 -m pip list && .circleci/test.sh make-baselines
271+
command: .circleci/test.sh make-baselines
277272
- persist_to_workspace:
278273
root: ~/
279274
paths:
@@ -373,7 +368,7 @@ jobs:
373368
sudo apt-get install poppler-utils
374369
- run:
375370
name: Create svg, jpg, jpeg, webp, pdf and eps files
376-
command: python3 test/image/make_exports.py
371+
command: sudo python3 test/image/make_exports.py
377372
- persist_to_workspace:
378373
root: ~/
379374
paths:

0 commit comments

Comments
 (0)