Install bazel in autoscaler development configs. (#4874)

This commit is contained in:
Robert Nishihara
2019-05-26 16:13:50 -07:00
committed by Philipp Moritz
parent 6703519144
commit 7a78e1e320
3 changed files with 3 additions and 0 deletions
@@ -94,6 +94,7 @@ setup_commands:
- echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.bashrc
# Build Ray.
- git clone https://github.com/ray-project/ray || true
- ray/ci/travis/install-bazel.sh
- pip install boto3==1.4.8 cython==0.29.0
- cd ray/python; pip install -e . --verbose