Skip to content

Commit

Permalink
Add back
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Oct 6, 2023
1 parent 1d8811d commit 11e6a15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export TENSORFLOW_INSTALL="$($PYTHON setup.py --install-require)"

export PYTHON_BIN_PATH=`which $PYTHON`

if [[ $(uname) == "Linux" ]]; then
curl -sSOL https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64
mv bazelisk-linux-amd64 /usr/local/bin/bazel
chmod +x /usr/local/bin/bazel
fi

bazel version

$PYTHON -m pip --version
Expand Down

0 comments on commit 11e6a15

Please sign in to comment.