From a2bcb838d00f3e7d916c90f914d0c24c6a09becf Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 26 Jul 2023 15:57:25 -0700 Subject: [PATCH] Stop testing imports but ensure an environment is created --- conda/recipes/rapids/meta.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/conda/recipes/rapids/meta.yaml b/conda/recipes/rapids/meta.yaml index d0448aaf..a7344d17 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -64,22 +64,8 @@ requirements: test: requires: - cuda-version ={{ cuda_version }} - imports: - - cucim - - cudf - - cudf_kafka - - cugraph - - cuml - {% if cuda_major == "11" %} - - cusignal - {% endif %} - - cuspatial - - custreamz - - cuxfilter - - dask_cuda - - dask_cudf - - pylibcugraph - - rmm + commands: + - exit 0 about: home: https://rapids.ai/