Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Try using Kaleido v1 for image tests #7412

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

Draft
wants to merge 28 commits into
base: master
Choose a base branch
Loading
from
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9a078e3
try using Kaleido v1 for image tests
emilykl Apr 30, 2025
f7f5a03
Update Plotly version
emilykl May 2, 2025
5595393
Merge branch 'master' into use-new-kaleido-for-image-tests
emilykl May 27, 2025
afafaf2
update version
emilykl May 27, 2025
8c84e4b
update to new pio API and use unreleased Plotly and Kaleido
emilykl May 29, 2025
14298d8
typo
emilykl May 29, 2025
09a0f4f
install chrome for make-baselines jobs
emilykl May 29, 2025
94335b8
add apt-get update step
emilykl May 29, 2025
86f0a3e
does it work with '-browsers' images?
emilykl May 29, 2025
30c39f4
use cimg instead of circleci
emilykl May 30, 2025
279af99
use python instead of python3
emilykl May 30, 2025
ecb2c0c
Revert "use python instead of python3"
emilykl May 30, 2025
97b5f29
ensurepip
emilykl May 30, 2025
18f0a67
Revert "ensurepip"
emilykl May 30, 2025
3f13771
'python' rather than 'sudo python3'
emilykl May 30, 2025
fae9f08
try python3 without sudo
emilykl May 30, 2025
d0fa346
pip install requests
emilykl May 30, 2025
03a53b6
update kaleido ref
emilykl May 30, 2025
99eb4b5
temporarily blacklist 'gl3d_streamtube_reversed_ranges' baseline
emilykl May 30, 2025
fcafd40
temporarily blacklist 'mathjax' baseline
emilykl May 30, 2025
41172b3
temporarily blacklist 'map_predefined-styles2' baseline
emilykl May 30, 2025
0ec3ba1
remove eps from make_exports
emilykl May 30, 2025
ff45414
temporarily blacklist 'map_predefined-styles1' and 'grid_subplot_type…
emilykl May 30, 2025
340fd9e
temporarily blacklist 'map_fonts-supported-metropolis' baseline
emilykl May 30, 2025
4e518a2
typo
emilykl May 30, 2025
2011839
try with new kaleido with bugfix
emilykl Jun 2, 2025
80fe5cf
update kaleido version
emilykl Jun 2, 2025
5857a70
temporarily blacklist 'map_fonts-supported-open-sans-weight' baseline
emilykl Jun 2, 2025
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
Prev Previous commit
Next Next commit
update kaleido ref
  • Loading branch information
emilykl committed May 30, 2025
commit 03a53b60d812e8260e471612368b2fbe25776fda
2 changes: 1 addition & 1 deletion 2 .circleci/env_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sudo fc-cache -f
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
# and delete the two lines below.
python3 -m pip install "git+https://github.com/plotly/plotly.py.git@6837831" --progress-bar off
python3 -m pip install "git+https://github.com/plotly/Kaleido.git@2a4bfa2#subdirectory=src/py" --progress-bar off
python3 -m pip install "git+https://github.com/plotly/Kaleido.git@v1.0.0rc14#subdirectory=src/py" --progress-bar off
# install numpy i.e. to convert arrays to typed arrays
python3 -m pip install numpy==1.24.2
Morty Proxy This is a proxified and sanitized view of the page, visit original site.