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/18 20:33:47 UTC

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

kszucs commented on a change in pull request #11726:
URL: https://github.com/apache/arrow/pull/11726#discussion_r787128221



##########
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:
       Should be already installed in the docker images. Otherwise we should rather fix the images.




-- 
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