Skip to content

Commit

Permalink
fxi pyarrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Nov 3, 2023
1 parent ceaf977 commit 9b67dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
run: |
pyversion=$(python -V | cut -d' ' -f2)
if [[ $pyversion == 3.11.* || $pyversion == 3.12.* ]]; then
pip install pyarrow==8.0.0
sed -i -E "s/pyarrow_version = .*/pyarrow_version = \"8.0.0\"/" python/setup.py
pip install pyarrow==14.0.0
sed -i -E "s/pyarrow_version = .*/pyarrow_version = \"14.0.0\"/" python/setup.py
else
pip install pyarrow==6.0.1
fi
Expand Down

0 comments on commit 9b67dd7

Please sign in to comment.