Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Feb 26, 2024
1 parent 907caed commit 5371d6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/build_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ rapids-logger "Create test conda environment"

rapids-dependency-file-generator \
--output conda \
--file_key build \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --force -f env.yaml -n build
conda activate build
rapids-mamba-retry env create --force -f env.yaml -n rust
conda activate rust

rapids-print-env

Expand Down

0 comments on commit 5371d6d

Please sign in to comment.