Skip to content

Commit

Permalink
Use conda mambabuild not mamba mambabuild (#535)
Browse files Browse the repository at this point in the history
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 rapidsai/cudf#14068.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #535
  • Loading branch information
bdice authored Sep 8, 2023
1 parent 7a17ff2 commit 408457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 408457e

Please sign in to comment.