amol- commented on a change in pull request #11726:
URL: https://github.com/apache/arrow/pull/11726#discussion_r787583107
##########
File path: ci/scripts/python_build.sh
##########
@@ -75,5 +75,6 @@ popd
if [ "${BUILD_DOCS_PYTHON}" == "ON" ]; then
ncpus=$(python -c "import os; print(os.cpu_count())")
+ pip install -r ${arrow_dir}/docs/requirements.txt
Review comment:
There were build errors when this line wasn't there. So I guess the
build image didn't contain this dependencies.
See
https://github.com/apache/arrow/runs/4469906684?check_suite_focus=true#step:8:3987
--
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]