diff options
author | mattip <matti.picus@gmail.com> | 2022-11-18 10:50:36 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-11-18 10:50:36 +0200 |
commit | 7ec4a39a30b4b526fc67a52316a5ae5a52cf5221 (patch) | |
tree | e874216b43fcb91b183a101d13cfec35ecdb4ca6 /tools | |
parent | b1dcf1eb9db5bdd954cf87d830418c4233f9e500 (diff) | |
download | numpy-7ec4a39a30b4b526fc67a52316a5ae5a52cf5221.tar.gz |
move to macos-12 for wheel building, restore test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wheels/cibw_test_command.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wheels/cibw_test_command.sh b/tools/wheels/cibw_test_command.sh index 0a1f25ff9..0c5ab3204 100644 --- a/tools/wheels/cibw_test_command.sh +++ b/tools/wheels/cibw_test_command.sh @@ -6,8 +6,7 @@ PROJECT_DIR="$1" python -m pip install threadpoolctl python -c "import numpy; numpy.show_config()" -# temporarily disable this check that fails in macos-x86_64 cpython3.8 -# python $PROJECT_DIR/tools/openblas_support.py --check_version +python $PROJECT_DIR/tools/openblas_support.py --check_version if [[ $RUNNER_OS == "Windows" ]]; then # GH 20391 PY_DIR=$(python -c "import sys; print(sys.prefix)") |