Skip to content

Commit

Permalink
Revert "pin dask versions in CI (#260)" (#264)
Browse files Browse the repository at this point in the history
This PR reverts the pins that were made in #260. Those changes were only needed for the `21.06` branch.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Dillon Cullinan (https://github.com/dillon-cullinan)

URL: #264
  • Loading branch information
ajschmidt8 authored Jun 10, 2021
1 parent 1c1b4a0 commit 6c02b59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid
# Install the master version of dask, distributed, and dask-ml
gpuci_logger "Install the master version of dask and distributed"
set -x
pip install "git+https://github.com/dask/distributed.git@2021.05.1" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.05.1" --upgrade --no-deps
pip install "git+https://github.com/dask/distributed.git" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git" --upgrade --no-deps
set +x


Expand Down
4 changes: 2 additions & 2 deletions ci/local/old-gpubuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ fi

# Install the master version of dask, distributed, and dask-ml
set -x
pip install "git+https://github.com/dask/distributed.git@2021.05.1" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.05.1" --upgrade --no-deps
pip install "git+https://github.com/dask/distributed.git" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git" --upgrade --no-deps
set +x


Expand Down

0 comments on commit 6c02b59

Please sign in to comment.