Skip to content

Commit

Permalink
apacheGH-40377: [Python][CI] Fix install of nightly dask in integrati…
Browse files Browse the repository at this point in the history
…on tests
  • Loading branch information
jorisvandenbossche committed Mar 6, 2024
1 parent 53e0c74 commit 08c4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/install_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
dask=$1

if [ "${dask}" = "upstream_devel" ]; then
pip install https://github.com/dask/dask/archive/main.tar.gz#egg=dask[dataframe]
pip install "dask[dataframe] @ git+https://github.com/dask/dask.git"
elif [ "${dask}" = "latest" ]; then
pip install dask[dataframe]
else
Expand Down

0 comments on commit 08c4b31

Please sign in to comment.