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.
1 parent 8c3d5a3 commit 1a30b78Copy full SHA for 1a30b78
.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
0 commit comments