You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/19 10:15:17 UTC

[GitHub] [arrow] amol- commented on a change in pull request #11726: ARROW-14738: [Python][Doc] Make return types clickable

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org