Skip to content

Commit

Permalink
revert to passing rapidsai.matrix-entry in docs builds, to continue g…
Browse files Browse the repository at this point in the history
…etting a bit of test coverage for libucx in CUDA-less environments
  • Loading branch information
jameslamb committed Jul 1, 2024
1 parent 1c2d4de commit e6cc176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion conda/environments/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- nbsphinx
- numpydoc
- recommonmark
- ucx
- pandoc=<2.0.0
- pip
- cython

0 comments on commit e6cc176

Please sign in to comment.