Skip to content

Commit

Permalink
Enable testing of conda packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 26, 2023
1 parent f4660ee commit 9417308
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
2 changes: 0 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ rapids-print-env
rapids-logger "Build rapids-xgboost"

rapids-mamba-retry mambabuild \
--no-test \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids-xgboost

rapids-logger "Build rapids"

rapids-mamba-retry mambabuild \
--no-test \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids

Expand Down
30 changes: 15 additions & 15 deletions conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@ requirements:
- conda-forge::ucx-proc=*=gpu
- conda-forge::ucx {{ ucx_version }}

test: # [linux64]
imports: # [linux64]
- cucim # [linux64]
- cudf # [linux64]
- cudf_kafka # [linux64]
- cugraph # [linux64]
- cuml # [linux64]
test:
imports:
- cucim
- cudf
- cudf_kafka
- cugraph
- cuml
{% if cuda_major == "11" %}
- cusignal # [linux64]
- cusignal
{% endif %}
- cuspatial # [linux64]
- custreamz # [linux64]
- cuxfilter # [linux64]
- dask_cuda # [linux64]
- dask_cudf # [linux64]
- pylibcugraph # [linux64]
- rmm # [linux64]
- cuspatial
- custreamz
- cuxfilter
- dask_cuda
- dask_cudf
- pylibcugraph
- rmm

about:
home: https://rapids.ai/
Expand Down

0 comments on commit 9417308

Please sign in to comment.