From 9dfaaa121a07d61fc1e6ad489de851931ccd13e5 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Thu, 1 Aug 2024 11:54:31 +0100 Subject: [PATCH] Don't install Numba explicitly when testing --- ci/test_conda.sh | 3 +-- ci/test_wheel.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/test_conda.sh b/ci/test_conda.sh index 2eded2d..1975553 100755 --- a/ci/test_conda.sh +++ b/ci/test_conda.sh @@ -10,11 +10,10 @@ rapids-logger "Install testing dependencies" rapids-mamba-retry create -n test \ c-compiler \ cxx-compiler \ - cuda-nvcc \ + cuda-nvcc-impl \ cuda-nvrtc \ cuda-python \ cuda-version=${RAPIDS_CUDA_VERSION%.*} \ - "numba>=0.59.1" \ make \ psutil \ pytest \ diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index b9da228..5ffd014 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -6,7 +6,6 @@ set -euo pipefail rapids-logger "Install testing dependencies" # TODO: Replace with rapids-dependency-file-generator python -m pip install \ - "numba>=0.59.1" \ psutil \ cuda-python \ pytest