jorisvandenbossche commented on code in PR #43539:
URL: https://github.com/apache/arrow/pull/43539#discussion_r1711861114
##########
ci/scripts/python_wheel_macos_build.sh:
##########
@@ -55,7 +55,7 @@ pip install \
--only-binary=:all: \
--target $PIP_SITE_PACKAGES \
--platform $PIP_TARGET_PLATFORM \
- -r ${source_dir}/python/requirements-wheel-build.txt
+ -r ${source_dir}/python/requirements-wheel-build.txt \
Review Comment:
```suggestion
-r ${source_dir}/python/requirements-wheel-build.txt
```
This was causing it to think "install" on the next line was also a package
to install, that caused the error
--
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]