diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e72c0119f3..dbe02c85341 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,6 +32,8 @@ repos: hooks: - id: black files: python/.* + additional_dependencies: + - click==8.0.4 - repo: https://github.com/PyCQA/flake8 rev: 3.8.3 hooks: diff --git a/ci/benchmark/build.sh b/ci/benchmark/build.sh index 6bad2342012..31d080e95d7 100755 --- a/ci/benchmark/build.sh +++ b/ci/benchmark/build.sh @@ -37,7 +37,7 @@ export GBENCH_BENCHMARKS_DIR="$WORKSPACE/cpp/build/gbenchmarks/" export LIBCUDF_KERNEL_CACHE_PATH="$HOME/.jitify-cache" # Dask & Distributed option to install main(nightly) or `conda-forge` packages. -export INSTALL_DASK_MAIN=1 +export INSTALL_DASK_MAIN=0 function remove_libcudf_kernel_cache_dir { EXITCODE=$? diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 3534f92b8c3..1c0b07da1d6 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -31,7 +31,7 @@ export GIT_DESCRIBE_TAG=`git describe --tags` export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'` # Dask & Distributed option to install main(nightly) or `conda-forge` packages. -export INSTALL_DASK_MAIN=1 +export INSTALL_DASK_MAIN=0 # ucx-py version export UCX_PY_VERSION='0.25.*' diff --git a/conda/environments/cudf_dev_cuda11.5.yml b/conda/environments/cudf_dev_cuda11.5.yml index 0970612c970..1fecda80da6 100644 --- a/conda/environments/cudf_dev_cuda11.5.yml +++ b/conda/environments/cudf_dev_cuda11.5.yml @@ -10,6 +10,7 @@ channels: dependencies: - clang=11.1.0 - clang-tools=11.1.0 + - click=8.0.4 - cupy>=9.5.0,<11.0.0a0 - rmm=22.04.* - cmake>=3.20.1