Skip to content

Commit 92c8306

Browse files
committed
pin down versions in export test similar to image test
1 parent 6c06273 commit 92c8306

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.circleci/config.yml

+5-11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)