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 5371d6d commit 6232c67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rapids-logger "Create test conda environment"

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

rapids-mamba-retry env create --force -f env.yaml -n rust
Expand Down
5 changes: 5 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ files:
- cudatoolkit
- docs
- py_version
rust:
output: none
includes:
- build
- build_cuvs
py_build_cuvs:
output: pyproject
pyproject_dir: python/cuvs
Expand Down

0 comments on commit 6232c67

Please sign in to comment.