Skip to content

Commit 52228f9

Browse files
committed
revise
1 parent 2f96119 commit 52228f9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,18 +261,13 @@ jobs:
261261
steps:
262262
- attach_workspace:
263263
at: ~/
264-
- run:
265-
name: Create and activate virtual environment
266-
command: |
267-
python3 -m venv venv
268-
source venv/bin/activate
269264
- run: sudo apt-get update
270265
- run:
271266
name: Install kaleido, plotly.io and required fonts
272267
command: .circleci/env_image.sh && python3 -m pip list
273268
- run:
274269
name: Create all png files
275-
command: python3 test/image/make_baseline.py
270+
command: python3 -m pip list && python3 test/image/make_baseline.py
276271
- persist_to_workspace:
277272
root: ~/
278273
paths:

0 commit comments

Comments
 (0)