@@ -117,7 +117,7 @@ commands:
117
117
source .venv/bin/activate
118
118
python -m pytest -x test_init/test_lazy_imports.py
119
119
120
- test_io_kaleido_v1 :
120
+ test_io_kaleido_v0 :
121
121
steps :
122
122
- checkout
123
123
- browser-tools/install-chrome
@@ -130,17 +130,17 @@ commands:
130
130
source .venv/bin/activate
131
131
uv pip install .
132
132
uv pip install -r ./test_requirements/requirements_optional.txt
133
- # Install Kaleido v1 instead of the default version
133
+ # Install Kaleido v0 instead of the v1 specified in requirements_optional.txt
134
134
uv pip uninstall kaleido
135
- uv pip install 'git+https://github.com/plotly/[email protected] #subdirectory=src/py'
135
+ uv pip install kaleido==0.2.1
136
136
- run :
137
137
name : List installed packages and python version
138
138
command : |
139
139
source .venv/bin/activate
140
140
uv pip list
141
141
python --version
142
142
- run :
143
- name : Test plotly.io image output with Kaleido v1
143
+ name : Test plotly.io image output with Kaleido v0
144
144
command : |
145
145
source .venv/bin/activate
146
146
python -m pytest tests/test_optional/test_kaleido
@@ -195,7 +195,7 @@ jobs:
195
195
pandas_version : <<parameters.pandas_version>>
196
196
numpy_version : <<parameters.numpy_version>>
197
197
198
- test_kaleido_v1 :
198
+ test_kaleido_v0 :
199
199
parameters :
200
200
python_version :
201
201
default : " 3.12"
@@ -204,7 +204,7 @@ jobs:
204
204
name : docker-container
205
205
python_version : <<parameters.python_version>>
206
206
steps :
207
- - test_io_kaleido_v1
207
+ - test_io_kaleido_v0
208
208
209
209
# Percy
210
210
python_311_percy :
@@ -488,7 +488,7 @@ workflows:
488
488
python_version : " 3.9"
489
489
pandas_version : " 1.2.4"
490
490
numpy_version : " 1.26.4"
491
- - test_kaleido_v1 :
491
+ - test_kaleido_v0 :
492
492
matrix :
493
493
parameters :
494
494
python_version :
0 commit comments