From 90d0b0aae08ed049a886d3b0bf416d404828a005 Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Mon, 25 Sep 2023 10:13:40 -0400 Subject: [PATCH] adding pylibcugraphops to doc build --- ci/build_docs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index dc66c46d52d..f4a42133e6f 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -29,7 +29,8 @@ rapids-mamba-retry install \ cugraph-pyg \ cugraph-service-server \ cugraph-service-client \ - libcugraph_etl + libcugraph_etl \ + pylibcugraphops # This command installs `cugraph-dgl` without its dependencies # since this package can currently only run in `11.6` CTK environments