Skip to content

Commit 5a2e9cd

Browse files
committed
MNT: move back to 'cd tools' hack
1 parent d68ba1e commit 5a2e9cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/wheels/cibw_test_command.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -xe
44

55
PROJECT_DIR="$1"
66

7-
export PYTHONSAFEPATH=1
7+
if [ -d tools ]; then
8+
cd tools
9+
fi
810

911
python -m pip install threadpoolctl
1012
python -c "import numpy; numpy.show_config()"

0 commit comments

Comments
 (0)