File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,8 @@ jobs:
108
108
- attach_workspace :
109
109
at : ~/
110
110
- 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
119
113
- run :
120
114
name : install poppler-utils to have pdftops for exporting eps
121
115
command : sudo apt-get install poppler-utils
Original file line number Diff line number Diff line change 30
30
'mapbox_stamen-style' ,
31
31
'zsmooth_methods' ,
32
32
'fonts' ,
33
+ 'worldcup' ,
33
34
'mathjax'
34
35
]
35
36
You can’t perform that action at this time.
0 commit comments