From c24ec67a62bd8ef4f68b6563db3c5fe81d09c69b Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Tue, 8 Oct 2024 14:28:33 -0700 Subject: [PATCH] try hardcoding ENABLE_PYNVJITLINK --- ci/test_conda.sh | 2 +- ci/test_wheel.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test_conda.sh b/ci/test_conda.sh index ccdff4e..83ca848 100755 --- a/ci/test_conda.sh +++ b/ci/test_conda.sh @@ -57,7 +57,7 @@ if [ "$USE_PYNVJITLINK" == true ]; then fi rapids-logger "Run Tests" -ENABLE_PYNVJITLINK=$USE_PYNVJITLINK python -m numba.runtests numba.cuda.tests -v +ENABLE_PYNVJITLINK=1 python -m numba.runtests numba.cuda.tests -v popd diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index afdc8ec..a9f346c 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -33,6 +33,6 @@ rapids-logger "Show Numba system info" python -m numba --sysinfo rapids-logger "Run Tests" -ENABLE_PYNVJITLINK=$USE_PYNVJITLINK python -m numba.runtests numba.cuda.tests -v +ENABLE_PYNVJITLINK=1 python -m numba.runtests numba.cuda.tests -v popd