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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]