Loading ci-support.sh +10 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,11 @@ test_py_project() { rewrite_pyopencl_test if [[ $PYOPENCL_TEST = *nvi* ]]; then echo "Nvidia GPUs currently unavailable, not running tests" return fi $PY_EXE -m pip install pytest pytest-github-actions-annotate-failures # Needed for https://github.com/utgwkk/pytest-github-actions-annotate-failures Loading Loading @@ -555,6 +560,11 @@ run_examples() { rewrite_pyopencl_test if [[ $PYOPENCL_TEST = *nvi* ]]; then echo "Nvidia GPUs currently unavailable, not running tests" return fi if test "$1" == "--no-require-main"; then MAIN_FILTER=() else Loading Loading
ci-support.sh +10 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,11 @@ test_py_project() { rewrite_pyopencl_test if [[ $PYOPENCL_TEST = *nvi* ]]; then echo "Nvidia GPUs currently unavailable, not running tests" return fi $PY_EXE -m pip install pytest pytest-github-actions-annotate-failures # Needed for https://github.com/utgwkk/pytest-github-actions-annotate-failures Loading Loading @@ -555,6 +560,11 @@ run_examples() { rewrite_pyopencl_test if [[ $PYOPENCL_TEST = *nvi* ]]; then echo "Nvidia GPUs currently unavailable, not running tests" return fi if test "$1" == "--no-require-main"; then MAIN_FILTER=() else Loading