From 0ce5950f7a9a78d5a3e2c013aed11bd1040f6263 Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Tue, 13 Jun 2023 12:15:49 +0200 Subject: [PATCH 1/3] Revert change from #7902 --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd1e447037c..5c030e105f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,6 +63,5 @@ repos: - pytest - tornado - pyarrow - # - git+https://github.com/dask/dask - - git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse + - git+https://github.com/dask/dask - git+https://github.com/dask/zict From d9d2427e11ab895461e6a956f97befad2d06d0fa Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Tue, 13 Jun 2023 12:16:31 +0200 Subject: [PATCH 2/3] Fix GPUCI --- continuous_integration/gpuci/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/continuous_integration/gpuci/build.sh b/continuous_integration/gpuci/build.sh index f4e10dc8eb7..37b7ab43706 100644 --- a/continuous_integration/gpuci/build.sh +++ b/continuous_integration/gpuci/build.sh @@ -44,8 +44,7 @@ gpuci_logger "Install distributed" python -m pip install -e . gpuci_logger "Install dask" -# python -m pip install git+https://github.com/dask/dask -python -m pip install git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse +python -m pip install git+https://github.com/dask/dask gpuci_logger "Check Python versions" python --version From 9777843fb85f7e73de67d8175f13aaac4811a51d Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Tue, 13 Jun 2023 12:22:16 +0200 Subject: [PATCH 3/3] [skip-caching]