File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -130,20 +130,14 @@ jobs:
130
130
- attach_workspace :
131
131
at : ~/
132
132
- 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
140
134
command : which pip3 && pip3 --version
141
135
- 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
144
138
- 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
147
141
- run :
148
142
name : create svg, jpg, jpeg, webp and pdf files
149
143
command : python3 test/image/make_exports.py
You can’t perform that action at this time.
0 commit comments