Skip to content

Reuse env_image script in export tests #5789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,8 @@ jobs:
- attach_workspace:
at: ~/
- run:
name: which pip3 version
command: which pip3 && pip3 --version
- run:
name: install kaleido v0.2.1
command: python3 -m pip install kaleido==0.2.1
- run:
name: install plotly.io v5.0.0
command: python3 -m pip install plotly==5.0.0
name: install kaleido, plotly.io and required fonts
command: .circleci/env_image.sh
- run:
name: install poppler-utils to have pdftops for exporting eps
command: sudo apt-get install poppler-utils
Expand Down
1 change: 1 addition & 0 deletions test/image/make_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'mapbox_stamen-style',
'zsmooth_methods',
'fonts',
'worldcup',
'mathjax'
]

Expand Down