mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[CI] Install Horovod in doc tests to fix notebook (#26476)
Fixes the Horovod notebook example as found in #26410 by installing Horovod in doc tests jobs. Signed-off-by: Antoni Baum <antoni.baum@protonmail.com>
This commit is contained in:
parent
e4a4f7de70
commit
9b2cd29511
2 changed files with 1 additions and 2 deletions
|
@ -374,7 +374,7 @@
|
|||
["RAY_CI_PYTHON_AFFECTED", "RAY_CI_TUNE_AFFECTED", "RAY_CI_DOC_AFFECTED", "RAY_CI_SERVE_AFFECTED", "RAY_CI_ML_AFFECTED"]
|
||||
commands:
|
||||
- cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/build/upload_build_info.sh; fi }; trap cleanup EXIT
|
||||
- DOC_TESTING=1 PYTHON=3.7 ./ci/env/install-dependencies.sh
|
||||
- DOC_TESTING=1 INSTALL_HOROVOD=1 PYTHON=3.7 ./ci/env/install-dependencies.sh
|
||||
- bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-ray_air,-gpu,-py37,-post_wheel_build doc/...
|
||||
|
||||
- label: ":book: :airplane: Ray AIR examples"
|
||||
|
|
|
@ -21,7 +21,6 @@ py_test_run_all_notebooks(
|
|||
"tune-xgboost.ipynb",
|
||||
"nyc_taxi_basic_processing.ipynb", # REGRESSION
|
||||
"ocr_example.ipynb", # REGRESSION
|
||||
"horovod_simple.ipynb", # REGRESSION
|
||||
"hyperopt_example.ipynb", # REGRESSION
|
||||
"sigopt_example.ipynb", # REGRESSION
|
||||
"tune-sklearn.ipynb", # REGRESSION
|
||||
|
|
Loading…
Add table
Reference in a new issue