diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17473f511..51ae0d97f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,11 @@ repos: - id: copyright-check name: copyright-check entry: python3 ./scripts/checks/copyright.py --update-current-year - #entry: python3 ./scripts/checks/copyright.py --git-modified-only --update-current-year language: python pass_filenames: false additional_dependencies: [gitpython] + - repo: https://github.com/rapidsai/dependency-file-generator + rev: v1.5.1 + hooks: + - id: rapids-dependency-file-generator + args: ["--clean"] diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 19f201c61..d9951c890 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -29,7 +29,7 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)" rapids-mamba-retry install \ --channel "${CPP_CHANNEL}" \ --channel "${PYTHON_CHANNEL}" \ -libwholegraph pylibwholegraph + libwholegraph pylibwholegraph rapids-logger "Build Doxygen docs" pushd cpp