We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577d3ca commit 89209adCopy full SHA for 89209ad
1 file changed
.circleci/config.yml
@@ -140,10 +140,10 @@ commands:
140
uv pip list
141
python --version
142
- run:
143
- name: Test plotly.io with Kaleido v1
+ name: Test plotly.io image output with Kaleido v1
144
command: |
145
source .venv/bin/activate
146
- python -m pytest tests/test_io
+ python -m pytest tests/test_optional/test_kaleido
147
no_output_timeout: 20m
148
149
jobs:
0 commit comments