summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-11-18 10:50:36 +0200
committermattip <matti.picus@gmail.com>2022-11-18 10:50:36 +0200
commit7ec4a39a30b4b526fc67a52316a5ae5a52cf5221 (patch)
treee874216b43fcb91b183a101d13cfec35ecdb4ca6 /tools
parentb1dcf1eb9db5bdd954cf87d830418c4233f9e500 (diff)
downloadnumpy-7ec4a39a30b4b526fc67a52316a5ae5a52cf5221.tar.gz
move to macos-12 for wheel building, restore test
Diffstat (limited to 'tools')
-rw-r--r--tools/wheels/cibw_test_command.sh3
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)")