We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c3d5a3 + 737995b commit 7374eb8Copy full SHA for 7374eb8
2 files changed
.circleci/config.yml
@@ -108,14 +108,8 @@ jobs:
108
- attach_workspace:
109
at: ~/
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
117
- name: install plotly.io v5.0.0
118
- command: python3 -m pip install plotly==5.0.0
+ name: install kaleido, plotly.io and required fonts
+ command: .circleci/env_image.sh
119
120
name: install poppler-utils to have pdftops for exporting eps
121
command: sudo apt-get install poppler-utils
test/image/make_exports.py
@@ -30,6 +30,7 @@
30
'mapbox_stamen-style',
31
'zsmooth_methods',
32
'fonts',
33
+ 'worldcup',
34
'mathjax'
35
]
36
0 commit comments