diff options
author | mattip <matti.picus@gmail.com> | 2022-11-18 14:44:23 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-11-18 14:44:23 +0200 |
commit | 72fd83e949a174682aca17b277a472d21272422c (patch) | |
tree | 7cf51a57c2ce6231ea4b5f4525b49bc1b407acc0 /tools | |
parent | 59f2b33a3b018e15d9b6832eb3949784fdfcb2fd (diff) | |
download | numpy-72fd83e949a174682aca17b277a472d21272422c.tar.gz |
aid debugging on the runner
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wheels/cibw_test_command.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wheels/cibw_test_command.sh b/tools/wheels/cibw_test_command.sh index 0c5ab3204..26662d5d7 100644 --- a/tools/wheels/cibw_test_command.sh +++ b/tools/wheels/cibw_test_command.sh @@ -6,6 +6,8 @@ PROJECT_DIR="$1" python -m pip install threadpoolctl python -c "import numpy; numpy.show_config()" +which python +python -c"import sys, pprint; pprint.pprint(sys.path)" python $PROJECT_DIR/tools/openblas_support.py --check_version if [[ $RUNNER_OS == "Windows" ]]; then # GH 20391 |