From 102c7d8ded89428e6aed153f23be117ad7e70fa1 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Fri, 13 Dec 2024 01:52:24 +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 c8e99dd017..8cd70f0130 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"${PROJECT_ROOT_DIR}/ci/run_ci.sh install_bazel") + _exec_cmd("ci/run_ci.sh install_bazel") os.remove(local_name) # bazel install status check