Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Jun 6, 2022
1 parent d1d0005 commit 450be43
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 @@ -75,8 +75,8 @@ if [[ "${INSTALL_DASK_MAIN}" == 1 ]]; then
"dask/label/dev::dask" \
"dask/label/dev::distributed"
else
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
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


Expand Down

0 comments on commit 450be43

Please sign in to comment.