Skip to content

Commit

Permalink
try hardcoding ENABLE_PYNVJITLINK
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Oct 8, 2024
1 parent f40d3ed commit c24ec67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c24ec67

Please sign in to comment.