From 40ed5e58e5e88e0c30f4e9cd93ba8f8addedc7b9 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 27 Sep 2022 08:30:13 -0500 Subject: [PATCH] Update ci/gpu/build.sh Co-authored-by: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> --- ci/gpu/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index d336b65f2a9..c2a2287f69a 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -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"