We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738a1dc commit ca7bb77Copy full SHA for ca7bb77
.circleci/config.yml
@@ -396,21 +396,21 @@ workflows:
396
code_formatting:
397
jobs:
398
- check-code-formatting
399
-# dev_build:
400
-# jobs:
401
-# - plotlyjs_dev_build
+ dev_build:
+ jobs:
+ - plotlyjs_dev_build
402
403
build:
404
405
-# - python_36_core
+ - python_36_core
406
- python_37_core
407
-# - python_38_core
+ - python_38_core
408
- python_39_core
409
- python_36_optional
410
-# - python_37_optional
411
-# - python_38_optional
+ - python_37_optional
+ - python_38_optional
412
- python_39_optional
413
- python_38_orca
414
- python_37_percy
415
-# - python_37_chart_studio
416
-# - build-doc
+ - python_37_chart_studio
+ - build-doc
0 commit comments