Skip to content

Commit 1a30b78

Browse files
committed
reuse env_image script in export test
1 parent 8c3d5a3 commit 1a30b78

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,8 @@ jobs:
108108
- attach_workspace:
109109
at: ~/
110110
- run:
111-
name: which pip3 version
112-
command: which pip3 && pip3 --version
113-
- run:
114-
name: install kaleido v0.2.1
115-
command: python3 -m pip install kaleido==0.2.1
116-
- run:
117-
name: install plotly.io v5.0.0
118-
command: python3 -m pip install plotly==5.0.0
111+
name: install kaleido, plotly.io and required fonts
112+
command: .circleci/env_image.sh
119113
- run:
120114
name: install poppler-utils to have pdftops for exporting eps
121115
command: sudo apt-get install poppler-utils

0 commit comments

Comments
 (0)