This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch releases-0.10
in repository https://gitbox.apache.org/repos/asf/fury.git

commit 60295ab754c5ab81e097319e846f350d378c181c
Author: chaokunyang <[email protected]>
AuthorDate: Mon May 12 10:57:07 2025 +0800

    fix install bazel
---
 ci/run_ci.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ci/run_ci.sh b/ci/run_ci.sh
index c5d4c565..6e9b43c4 100755
--- a/ci/run_ci.sh
+++ b/ci/run_ci.sh
@@ -34,6 +34,8 @@ install_python() {
 
 install_pyfury() {
   echo "Python version $(python -V), path $(which python)"
+  export PATH=~/bin:$PATH
+  echo "$HOME/bin/bazel version: $(~/bin/bazel version)"
   "$ROOT"/ci/deploy.sh install_pyarrow
   pip install Cython wheel "numpy<2.0.0" pytest
   pushd "$ROOT/python"
@@ -50,6 +52,7 @@ install_bazel() {
   if command -v bazel >/dev/null; then
     echo "existing bazel location $(which bazel)"
     echo "existing bazel version $(bazel version)"
+    rm -rf "$(which bazel)"
   fi
   # GRPC support bazel 6.3.2 
https://grpc.github.io/grpc/core/md_doc_bazel_support.html
   UNAME_OUT="$(uname -s)"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to