Skip to content

Commit c24ec67

Browse files
try hardcoding ENABLE_PYNVJITLINK
1 parent f40d3ed commit c24ec67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/test_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ "$USE_PYNVJITLINK" == true ]; then
5757
fi
5858

5959
rapids-logger "Run Tests"
60-
ENABLE_PYNVJITLINK=$USE_PYNVJITLINK python -m numba.runtests numba.cuda.tests -v
60+
ENABLE_PYNVJITLINK=1 python -m numba.runtests numba.cuda.tests -v
6161

6262
popd
6363

ci/test_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ rapids-logger "Show Numba system info"
3333
python -m numba --sysinfo
3434

3535
rapids-logger "Run Tests"
36-
ENABLE_PYNVJITLINK=$USE_PYNVJITLINK python -m numba.runtests numba.cuda.tests -v
36+
ENABLE_PYNVJITLINK=1 python -m numba.runtests numba.cuda.tests -v
3737

3838
popd

0 commit comments

Comments
 (0)