Skip to content

Commit 6d82e48

Browse files
committed
Only run performance tests for debugging
1 parent a056d7e commit 6d82e48

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
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 -v
67+
pytest plotly/tests/test_optional/test_graph_objs/test_performance.py -v
6868
no_output_timeout: 40m
6969
- run:
7070
name: Test utils
@@ -585,18 +585,18 @@ workflows:
585585

586586
build:
587587
jobs:
588-
- python_38_core
589-
- python_39_core
590-
- python_310_core
591-
- python_311_core
592-
- python_312_core
588+
# - python_38_core
589+
# - python_39_core
590+
# - python_310_core
591+
# - python_311_core
592+
# - python_312_core
593593
- python_38_optional
594594
- python_39_optional
595595
- python_310_optional
596596
- python_311_optional
597597
- python_312_optional
598-
- python_39_pandas_2_optional
599-
- python_38_orca
600-
- python_39_percy
598+
# - python_39_pandas_2_optional
599+
# - python_38_orca
600+
# - python_39_percy
601601
- build-doc
602602

0 commit comments

Comments
 (0)