Skip to content

Commit 7374eb8

Browse files
authored
Merge pull request #5789 from plotly/reuse-image-env-in-export
Reuse env_image script in export tests
2 parents 8c3d5a3 + 737995b commit 7374eb8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,8 @@ jobs:
108108
- attach_workspace:
109109
at: ~/
110110
- 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-
- run:
117-
name: install plotly.io v5.0.0
118-
command: python3 -m pip install plotly==5.0.0
111+
name: install kaleido, plotly.io and required fonts
112+
command: .circleci/env_image.sh
119113
- run:
120114
name: install poppler-utils to have pdftops for exporting eps
121115
command: sudo apt-get install poppler-utils

test/image/make_exports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'mapbox_stamen-style',
3131
'zsmooth_methods',
3232
'fonts',
33+
'worldcup',
3334
'mathjax'
3435
]
3536

0 commit comments

Comments
 (0)