Skip to content

Commit

Permalink
Use conda-build instead of conda-mambabuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 25, 2025
1 parent 9922fb4 commit 77b5c0c
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 @@ -16,7 +16,7 @@ rapids-logger "Begin py build"
conda config --set path_conflict prevent
# TODO: Remove `--no-test` flag once importing on a CPU
# node works correctly
RAPIDS_PACKAGE_VERSION=$(head -1 ./VERSION) rapids-conda-retry mambabuild \
RAPIDS_PACKAGE_VERSION=$(head -1 ./VERSION) rapids-conda-retry build \
--no-test \
conda/recipes/cuxfilter

Expand Down

0 comments on commit 77b5c0c

Please sign in to comment.