pitrou commented on code in PR #39557:
URL: https://github.com/apache/arrow/pull/39557#discussion_r1462983708


##########
ci/docker/python-wheel-manylinux.dockerfile:
##########
@@ -97,4 +97,4 @@ SHELL ["/bin/bash", "-i", "-c"]
 ENTRYPOINT ["/bin/bash", "-i", "-c"]
 
 COPY python/requirements-wheel-build.txt /arrow/python/
-RUN pip install -r /arrow/python/requirements-wheel-build.txt
+RUN pip install -r /arrow/python/requirements-wheel-build.txt --pre 
--extra-index-url 
"https://pypi.anaconda.org/scientific-python-nightly-wheels/simple";

Review Comment:
   
   
   At least should add a comment, and open an issue to remove this.
   



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