From 548cb8efef6e405c7d7957f0a9657211e3f1ab3c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 23 Oct 2024 12:38:45 -0500 Subject: [PATCH] fix matrix selectors --- ci/build_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index fe634937..c72dd946 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -21,7 +21,7 @@ rapids-dependency-file-generator \ --output requirements \ --file-key "py_build_${package_name}" \ --file-key "py_rapids_build_${package_name}" \ - --matrix "${matrix_selectors}" \ + --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" \ | tee /tmp/requirements-build.txt rapids-logger "Installing build requirements"