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:
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
Original file line number Diff line number Diff line change 3030 'mapbox_stamen-style' ,
3131 'zsmooth_methods' ,
3232 'fonts' ,
33+ 'worldcup' ,
3334 'mathjax'
3435]
3536
You can’t perform that action at this time.
0 commit comments