diff --git a/ci/install-deps.sh b/ci/install-deps.sh index fce72746..cadf6037 100755 --- a/ci/install-deps.sh +++ b/ci/install-deps.sh @@ -7,5 +7,5 @@ mv istio-*/bin/istioctl /usr/local/bin/istioctl pip install -e . pip install -r requirements-test.txt -pip install git+https://github.com/dask/distributed@main +pip install git+https://github.com/dask/distributed.git@refs/pull/9121/head pip install git+https://github.com/dask/dask@main