Skip to content

Commit

Permalink
remove existing bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Dec 12, 2024
1 parent e30150d commit 837c1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ install_pyfury() {
}

install_bazel() {
rm -rf ~/bin/bazel
if command -v bazel >/dev/null; then
echo "existing bazel location $(which bazel)"
echo "existing bazel version $(bazel version)"
Expand Down

0 comments on commit 837c1f8

Please sign in to comment.