Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: LiangliangSui <[email protected]>
  • Loading branch information
LiangliangSui committed Jun 18, 2024
1 parent 7e313e1 commit 9678628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/run_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def _run_js():
def _install_cpp_deps():
_exec_cmd(f"pip install pyarrow=={PYARROW_VERSION}")
_exec_cmd("pip install psutil")
_exec_cmd("pip install 'numpy<2.0.0'")
_install_bazel()


Expand Down

0 comments on commit 9678628

Please sign in to comment.