From 02e1d862d34b951182f3e4bd21ba6a8f0e5d44fd Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Fri, 13 Dec 2024 01:51:05 +0800 Subject: [PATCH] fix install bazel --- ci/run_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_ci.py b/ci/run_ci.py index b385032f16..c8e99dd017 100644 --- a/ci/run_ci.py +++ b/ci/run_ci.py @@ -135,7 +135,7 @@ def _install_bazel(): else: if shutil.which("bazel"): os.remove(shutil.which("bazel")) - _exec_cmd(f"./run_ci.sh install_bazel") + _exec_cmd(f"${PROJECT_ROOT_DIR}/ci/run_ci.sh install_bazel") os.remove(local_name) # bazel install status check