Skip to content

Commit

Permalink
fix install bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Dec 12, 2024
1 parent 02e1d86 commit 102c7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 102c7d8

Please sign in to comment.