kszucs commented on code in PR #12763:
URL: https://github.com/apache/arrow/pull/12763#discussion_r856414926
##########
ci/scripts/python_wheel_unix_test.sh:
##########
@@ -78,6 +83,7 @@ fi
if [ "${CHECK_UNITTESTS}" == "ON" ]; then
# Install testing dependencies
pip install -U -r ${source_dir}/python/requirements-wheel-test.txt
+ PYTHON=python ${source_dir}/ci/scripts/install_gcs_testbench.sh default
Review Comment:
Could we call the testbench install script at the call sites of
`python_wheel_unix_test.sh` instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]