Skip to content

Commit

Permalink
Use conda mambabuild not mamba mambabuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 8, 2023
1 parent 9eadba4 commit 322cfa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ rapids-print-env

rapids-logger "Build rapids-xgboost"

rapids-mamba-retry mambabuild \
rapids-conda-retry mambabuild \
--use-local \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids-xgboost

rapids-logger "Build rapids"

rapids-mamba-retry mambabuild \
rapids-conda-retry mambabuild \
--use-local \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids
Expand Down

0 comments on commit 322cfa8

Please sign in to comment.