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 2021/12/01 18:18:17 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #11816: ARROW-14932: [CI] Prefer mamba over conda

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

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