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



##########
File path: ci/scripts/install_dask.sh
##########
@@ -29,8 +29,7 @@ dask=$1
 if [ "${dask}" = "master" ]; then
   pip install 
https://github.com/dask/dask/archive/main.tar.gz#egg=dask[dataframe]
 elif [ "${dask}" = "latest" ]; then
-  conda install -q dask
+  pip install dask

Review comment:
       These scripts might be used from non-conda images so rather prefer pip 
here. 




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


Reply via email to