Skip to content

Commit a056d7e

Browse files
committed
Add verbose flag to debug ci
1 parent 6c01e6a commit a056d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ commands:
6464
command: |
6565
cd packages/python/plotly
6666
. venv/bin/activate
67-
pytest plotly/tests/test_optional
67+
pytest plotly/tests/test_optional -v
6868
no_output_timeout: 40m
6969
- run:
7070
name: Test utils

0 commit comments

Comments
 (0)