From 86af594f390fbc2dab88ccf7b46489cb270e123a Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 27 Feb 2025 16:56:48 -0800 Subject: [PATCH] Replace `conda-mambabuild` with `conda-build` (#88) These are now equivalent in behavior. However support for `conda-mambabuild` is being dropped. So switch to `conda-build`. xref: https://github.com/rapidsai/build-planning/issues/149 Authors: - https://github.com/jakirkham Approvers: - James Lamb (https://github.com/jameslamb) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: https://github.com/rapidsai/rapids-dask-dependency/pull/88 --- ci/build_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_python.sh b/ci/build_python.sh index dd3988a..0516641 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -14,7 +14,7 @@ rapids-print-env rapids-logger "Begin py build" version=$(rapids-generate-version) -RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild \ +RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry build \ conda/recipes/rapids-dask-dependency rapids-upload-conda-to-s3 python