Skip to content

Commit

Permalink
Pin Distributed dev mode installed in CI (#193)
Browse files Browse the repository at this point in the history
We are currently still pinned to Dask/Distributed 2024.1.1 and discussions on if and how to unpin for RAPIDS 24.04/UCXX 0.37 are still ongoing. Meanwhile, we must install a version of Distributed that is compatible with the Dask version installed.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #193
  • Loading branch information
pentschev authored Feb 20, 2024
1 parent a027d1a commit 55906b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ install_distributed_dev_mode() {
# to run non-public API tests in CI.

rapids-logger "Install Distributed in developer mode"
git clone https://github.com/dask/distributed /tmp/distributed
git clone https://github.com/dask/distributed /tmp/distributed -b 2024.1.1
pip install -e /tmp/distributed
# `pip install -e` removes files under `distributed` but not the directory, later
# causing failures to import modules.
Expand Down

0 comments on commit 55906b7

Please sign in to comment.