Skip to content

Commit

Permalink
fix ci error
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 bad56a5 commit 0fec9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_python() {
install_pyfury() {
echo "Python version $(python -V), path $(which python)"
"$ROOT"/ci/deploy.sh install_pyarrow
pip install Cython wheel numpy pytest
pip install Cython wheel numpy==1.26.4 pytest
pushd "$ROOT/python"
pip list
export PATH=~/bin:$PATH
Expand Down

0 comments on commit 0fec9f7

Please sign in to comment.