From 408457e6323345317d2210f662a336764409bdf1 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 8 Sep 2023 12:52:39 -0500 Subject: [PATCH] Use `conda mambabuild` not `mamba mambabuild` (#535) 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/cuxfilter/pull/535 --- 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 3689c437..e943aafa 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -11,7 +11,7 @@ rapids-logger "Begin py build" # TODO: Remove `--no-test` flag once importing on a CPU # node works correctly -rapids-mamba-retry mambabuild \ +rapids-conda-retry mambabuild \ --no-test \ conda/recipes/cuxfilter