From e6cc1767c5fec03e901d26bc1d49b70b7553f879 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 1 Jul 2024 12:21:19 -0500 Subject: [PATCH] revert to passing rapidsai.matrix-entry in docs builds, to continue getting a bit of test coverage for libucx in CUDA-less environments --- .readthedocs.yml | 7 ++++++- conda/environments/builddocs.yml | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3f5f38de..a7bcccc2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,12 @@ build: python: "mambaforge-22.9" jobs: post_create_environment: - - pip install . + # explicitly passing matrix-entry so that 'libucx' is pulled in, + # and therefore tested in this no-CUDA environment + - | + pip install \ + -C rapidsai.matrix-entry="cuda=12.2" \ + . conda: environment: conda/environments/builddocs.yml diff --git a/conda/environments/builddocs.yml b/conda/environments/builddocs.yml index 369ad284..14419853 100644 --- a/conda/environments/builddocs.yml +++ b/conda/environments/builddocs.yml @@ -12,7 +12,6 @@ dependencies: - nbsphinx - numpydoc - recommonmark -- ucx - pandoc=<2.0.0 - pip - cython