pitrou commented on code in PR #46062:
URL: https://github.com/apache/arrow/pull/46062#discussion_r2054420288
##########
ci/docker/python-sdist.dockerfile:
##########
@@ -32,5 +32,6 @@ RUN apt-get update -y -q && \
COPY python/requirements-build.txt \
/arrow/python/requirements-build.txt
RUN pip3 install --requirement /arrow/python/requirements-build.txt
+RUN pip3 install build
Review Comment:
I think we can indeed.
--
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]