[Test] Add ray wheel sanity check (#21223)

This commit is contained in:
Jiajun Yao 2021-12-21 14:24:02 -08:00 committed by GitHub
parent 5dc0f90ada
commit 7d861a2c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -11,3 +11,4 @@ post_build_cmds:
- pip install -U git+https://github.com/ray-project/ray_shuffling_data_loader.git@add-embedding-model
- pip install ray[default]
- HOROVOD_WITH_GLOO=1 HOROVOD_WITHOUT_MPI=1 HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITHOUT_MXNET=1 HOROVOD_WITH_PYTORCH=1 pip install -U git+https://github.com/horovod/horovod.git
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}

View file

@ -11,3 +11,4 @@ post_build_cmds:
- pip install -U git+https://github.com/ray-project/ray_shuffling_data_loader.git@add-embedding-model
- pip install ray[default]
- HOROVOD_WITH_GLOO=1 HOROVOD_WITHOUT_MPI=1 HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITHOUT_MXNET=1 HOROVOD_WITH_PYTORCH=1 pip install -U git+https://github.com/horovod/horovod.git
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}