lysnikolaou commented on code in PR #43539:
URL: https://github.com/apache/arrow/pull/43539#discussion_r1713914886


##########
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=${python} /arrow/ci/scripts/install_gcs_testbench.sh default

Review Comment:
   Totally agree. I'll change it so that `PYTHON` is not used at all, since 
that seems like it's not needed.



-- 
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]

Reply via email to