Skip to content

Commit b1853d0

Browse files
committed
Add build docs to optional job
1 parent 738a1dc commit b1853d0

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

.circleci/config.yml

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,34 @@ commands:
2929
- run:
3030
name: Install plotly-geo
3131
command: "cd packages/python/plotly-geo; sudo pip install -e ."
32-
- run:
33-
name: Test core
34-
command: "cd packages/python/plotly; pytest plotly/tests/test_core"
35-
no_output_timeout: 20m
36-
- run:
37-
name: Test optional
38-
command: "cd packages/python/plotly; pytest plotly/tests/test_optional"
39-
no_output_timeout: 40m
40-
- run:
41-
name: Test utils
42-
command: "cd packages/python/plotly; pytest _plotly_utils/tests/"
43-
no_output_timeout: 20m
44-
- run:
45-
name: Test io
46-
command: "cd packages/python/plotly; pytest plotly/tests/test_io"
47-
no_output_timeout: 20m
48-
- run:
49-
name: Test dependencdies not imported
50-
command: "cd packages/python/plotly; pytest -x test_init/test_dependencies_not_imported.py"
51-
- run:
52-
name: Test lazy imports
53-
command: "cd packages/python/plotly; pytest -x test_init/test_lazy_imports.py"
32+
# - run:
33+
# name: Test core
34+
# command: "cd packages/python/plotly; pytest plotly/tests/test_core"
35+
# no_output_timeout: 20m
36+
# - run:
37+
# name: Test optional
38+
# command: "cd packages/python/plotly; pytest plotly/tests/test_optional"
39+
# no_output_timeout: 40m
40+
# - run:
41+
# name: Test utils
42+
# command: "cd packages/python/plotly; pytest _plotly_utils/tests/"
43+
# no_output_timeout: 20m
44+
# - run:
45+
# name: Test io
46+
# command: "cd packages/python/plotly; pytest plotly/tests/test_io"
47+
# no_output_timeout: 20m
48+
# - run:
49+
# name: Test dependencdies not imported
50+
# command: "cd packages/python/plotly; pytest -x test_init/test_dependencies_not_imported.py"
51+
# - run:
52+
# name: Test lazy imports
53+
# command: "cd packages/python/plotly; pytest -x test_init/test_lazy_imports.py"
54+
- run:
55+
name: Test build docs
56+
command: |
57+
cd doc
58+
echo ${mapbox_token} > python/.mapbox_token
59+
make -kj8
5460
5561
test_orca:
5662
parameters:
@@ -403,14 +409,14 @@ workflows:
403409
build:
404410
jobs:
405411
# - python_36_core
406-
- python_37_core
412+
# - python_37_core
407413
# - python_38_core
408-
- python_39_core
409-
- python_36_optional
414+
# - python_39_core
415+
# - python_36_optional
410416
# - python_37_optional
411417
# - python_38_optional
412418
- python_39_optional
413-
- python_38_orca
414-
- python_37_percy
419+
# - python_38_orca
420+
# - python_37_percy
415421
# - python_37_chart_studio
416422
# - build-doc

0 commit comments

Comments
 (0)