We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40d3ed commit c24ec67Copy full SHA for c24ec67
ci/test_conda.sh
@@ -57,7 +57,7 @@ if [ "$USE_PYNVJITLINK" == true ]; then
57
fi
58
59
rapids-logger "Run Tests"
60
-ENABLE_PYNVJITLINK=$USE_PYNVJITLINK python -m numba.runtests numba.cuda.tests -v
+ENABLE_PYNVJITLINK=1 python -m numba.runtests numba.cuda.tests -v
61
62
popd
63
ci/test_wheel.sh
@@ -33,6 +33,6 @@ rapids-logger "Show Numba system info"
33
python -m numba --sysinfo
34
35
36
37
38
0 commit comments