Skip to content

Commit

Permalink
Add missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 31, 2024
1 parent daa2c59 commit 098d001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1107,12 +1107,12 @@ test_macos_wheels() {

pip install pyarrow-${VERSION}-cp${pyver/.}-cp${python/.}-${platform}.whl
ARROW_FLIGHT=${check_flight} \
ARROW_GCS=${check_gcs}
ARROW_GCS=${check_gcs} \
ARROW_S3=${check_s3} \
ARROW_VERSION=${VERSION} \
CHECK_WHEEL_CONTENT=${wheel_content:-"ON"} \
CHECK_VERSION=ON \
INSTALL_PYARROW=OFF
INSTALL_PYARROW=OFF \
${ARROW_DIR}/ci/scripts/python_wheel_unix_test.sh ${ARROW_SOURCE_DIR}
done
done
Expand Down

0 comments on commit 098d001

Please sign in to comment.