Skip to content

Commit ca7bb77

Browse files
committed
Re-enable all CI tests
1 parent 738a1dc commit ca7bb77

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: .circleci/config.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -396,21 +396,21 @@ workflows:
396396
code_formatting:
397397
jobs:
398398
- check-code-formatting
399-
# dev_build:
400-
# jobs:
401-
# - plotlyjs_dev_build
399+
dev_build:
400+
jobs:
401+
- plotlyjs_dev_build
402402

403403
build:
404404
jobs:
405-
# - python_36_core
405+
- python_36_core
406406
- python_37_core
407-
# - python_38_core
407+
- python_38_core
408408
- python_39_core
409409
- python_36_optional
410-
# - python_37_optional
411-
# - python_38_optional
410+
- python_37_optional
411+
- python_38_optional
412412
- python_39_optional
413413
- python_38_orca
414414
- python_37_percy
415-
# - python_37_chart_studio
416-
# - build-doc
415+
- python_37_chart_studio
416+
- build-doc

0 commit comments

Comments
 (0)