From d380ce77c7f537d6032e20417089020786667a23 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 8 Sep 2023 13:05:51 -0500 Subject: [PATCH] Use `conda mambabuild` not `mamba mambabuild` (#988) With the release of conda 23.7.3, `mamba mambabuild` stopped working. With boa installed, `conda mambabuild` uses the mamba solver, so just use that instead. See also https://github.com/rapidsai/cudf/issues/14068. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/ucx-py/pull/988 --- 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 0c23034a8..de97365a4 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -9,7 +9,7 @@ rapids-print-env rapids-logger "Begin py build" -rapids-mamba-retry mambabuild \ +rapids-conda-retry mambabuild \ conda/recipes/ucx-py rapids-upload-conda-to-s3 python