lysnikolaou commented on code in PR #43539:
URL: https://github.com/apache/arrow/pull/43539#discussion_r1714142434
##########
ci/docker/python-wheel-manylinux-test.dockerfile:
##########
@@ -27,4 +28,5 @@ COPY python/requirements-wheel-test.txt /arrow/python/
RUN pip install -r /arrow/python/requirements-wheel-test.txt
COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
-RUN PYTHON=python /arrow/ci/scripts/install_gcs_testbench.sh default
+
+RUN PYTHON_VERSION=${python} /arrow/ci/scripts/install_gcs_testbench.sh default
Review Comment:
The `manylinux` test step still tries to install `testbench`.
I'm wondering whether this really sets a `PYTHON_VERSION` or it should be
defined with an `ARG` before the `RUN` here. I'm not 100% familiar with what
Docker does here.
--
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]