Skip to content

Commit

Permalink
Update ci/gpu/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Blackmon-Luca <[email protected]>
  • Loading branch information
galipremsagar and charlesbluca authored Sep 27, 2022
1 parent 6335c68 commit 40ed5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ function install_dask {
gpuci_mamba_retry update dask
conda list
else
gpuci_logger "gpuci_mamba_retry install dask=={$DASK_STABLE_VERSION}"
gpuci_mamba_retry install dask=={$DASK_STABLE_VERSION}
gpuci_logger "gpuci_mamba_retry install conda-forge::dask=={$DASK_STABLE_VERSION} conda-forge::distributed=={$DASK_STABLE_VERSION} conda-forge::dask-core=={$DASK_STABLE_VERSION} --force-reinstall"
gpuci_mamba_retry install conda-forge::dask=={$DASK_STABLE_VERSION} conda-forge::distributed=={$DASK_STABLE_VERSION} conda-forge::dask-core=={$DASK_STABLE_VERSION} --force-reinstall
fi
# Install the main version of streamz
gpuci_logger "Install the main version of streamz"
Expand Down

0 comments on commit 40ed5e5

Please sign in to comment.