raulcd commented on code in PR #49571:
URL: https://github.com/apache/arrow/pull/49571#discussion_r2986355316
##########
dev/release/verify-release-candidate.sh:
##########
@@ -570,7 +570,9 @@ test_python() {
pushd python
# Build pyarrow
- python -m pip install -e .
+ python -m pip install --no-build-isolation .
Review Comment:
For the release verification of Python. I am unsure why we were testing with
build isolation. We are setting up a virtualenv or a conda env and we should
use that, that's why I am adding the `--no-build-isolation`. Also I am unsure
why we were testing with `editable` builds. That doesn't make much sense for
verification.
--
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]