Skip to content

Commit

Permalink
Check Arrow C++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 31, 2024
1 parent 098d001 commit a0f5435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/python_wheel_unix_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ fi
if [ "${CHECK_VERSION}" == "ON" ]; then
pyarrow_version=$(python -c "import pyarrow; print(pyarrow.__version__)")
[ "${pyarrow_version}" = "${ARROW_VERSION}" ]
arrow_cpp_version=$(python -c "import pyarrow; print(pyarrow.cpp_build_info.version)")
[ "${arrow_cpp_version}" = "${ARROW_VERSION}" ]
fi

if [ "${CHECK_WHEEL_CONTENT}" == "ON" ]; then
Expand Down

0 comments on commit a0f5435

Please sign in to comment.