File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -130,20 +130,14 @@ jobs:
130130 - attach_workspace :
131131 at : ~/
132132 - run :
133- name : which pip3 before upgrade
134- command : which pip3 && pip3 --version
135- - run :
136- name : upgrade pip3
137- command : python3 -m pip install --upgrade pip
138- - run :
139- name : which pip3 after upgrade
133+ name : which pip3 version
140134 command : which pip3 && pip3 --version
141135 - run :
142- name : install kaleido
143- command : python3 -m pip install kaleido
136+ name : install kaleido v0.2.1
137+ command : python3 -m pip install kaleido==0.2.1
144138 - run :
145- name : install plotly.io
146- command : python3 -m pip install plotly
139+ name : install plotly.io v4.14.3
140+ command : python3 -m pip install plotly==4.14.3
147141 - run :
148142 name : create svg, jpg, jpeg, webp and pdf files
149143 command : python3 test/image/make_exports.py
You can’t perform that action at this time.
0 commit comments