rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2749607814
##########
ci/scripts/python_wheel_macos_build.sh:
##########
@@ -177,6 +177,8 @@ export CMAKE_PREFIX_PATH=${build_dir}/install
export SETUPTOOLS_SCM_PRETEND_VERSION=${PYARROW_VERSION}
pushd ${source_dir}/python
+# Install libcst for build-time stub docstring extraction
+python -m pip install libcst
Review Comment:
Done, see if it makes sense.
--
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]