Skip to content

Bump plotly.io to v5 in image test #5766

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 1 commit into from
Jun 25, 2021
Merged
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
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
name: install kaleido v0.2.1
command: python3 -m pip install kaleido==0.2.1
- run:
name: install plotly.io v4.14.3
command: python3 -m pip install plotly==4.14.3
name: install plotly.io v5.0.0
command: python3 -m pip install plotly==5.0.0
- run:
name: install liberation2 fonts
command: sudo apt-get install fonts-liberation2
Expand Down Expand Up @@ -145,8 +145,8 @@ jobs:
name: install kaleido v0.2.1
command: python3 -m pip install kaleido==0.2.1
- run:
name: install plotly.io v4.14.3
command: python3 -m pip install plotly==4.14.3
name: install plotly.io v5.0.0
command: python3 -m pip install plotly==5.0.0
- run:
name: install poppler-utils to have pdftops for exporting eps
command: sudo apt-get install poppler-utils
Expand Down