Skip to content

Commit

Permalink
install bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Mar 12, 2019
1 parent 7783d21 commit 7798b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ matrix:
osx_image: xcode7
env: MAC_WHEELS=1 PYTHONWARNINGS=ignore
install:
- ./ci/travis/install-dependencies.sh
- ./ci/suppress_output ./ci/travis/install-bazel.sh
- ./ci/suppress_output ./ci/travis/install-dependencies.sh
# This command should be kept in sync with ray/python/README-building-wheels.md.
- ./python/build-wheel-macos.sh
script:
Expand Down

0 comments on commit 7798b35

Please sign in to comment.