diff options
-rw-r--r-- | tools/wheels/cibw_test_command.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wheels/cibw_test_command.sh b/tools/wheels/cibw_test_command.sh index ef67172d8..b296993fc 100644 --- a/tools/wheels/cibw_test_command.sh +++ b/tools/wheels/cibw_test_command.sh @@ -11,7 +11,7 @@ if [[ $RUNNER_OS == "Windows" ]]; then PY_DIR=$(python -c "import sys; print(sys.prefix)") mkdir $PY_DIR/libs fi -python -c "import sys; import numpy; sys.exit(not numpy.test('full', extra_argv=['-v']))" +python -c "import sys; import numpy; sys.exit(not numpy.test('full', extra_argv=['-vvv']))" python $PROJECT_DIR/tools/wheels/check_license.py if [[ $UNAME == "Linux" || $UNAME == "Darwin" ]] ; then |