Skip to content

Commit 89209ad

Browse files
committed
run test_kaleido instead of test_io
1 parent 577d3ca commit 89209ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ commands:
140140
uv pip list
141141
python --version
142142
- run:
143-
name: Test plotly.io with Kaleido v1
143+
name: Test plotly.io image output with Kaleido v1
144144
command: |
145145
source .venv/bin/activate
146-
python -m pytest tests/test_io
146+
python -m pytest tests/test_optional/test_kaleido
147147
no_output_timeout: 20m
148148

149149
jobs:

0 commit comments

Comments
 (0)