Skip to content

Commit

Permalink
fix dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Aug 14, 2024
1 parent 2e9f79b commit 7c8403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rapids-logger "Create test_external conda environment"
# Install external dependencies into test_external conda environment
rapids-dependency-file-generator \
--output conda \
--file-key test_notebooks \
--file-key test_external \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --yes -f env.yaml -n test_external
Expand Down

0 comments on commit 7c8403c

Please sign in to comment.