We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68ba1e commit 198cc9aCopy full SHA for 198cc9a
1 file changed
tools/wheels/cibw_test_command.sh
@@ -4,7 +4,9 @@ set -xe
4
5
PROJECT_DIR="$1"
6
7
-export PYTHONSAFEPATH=1
+if [ -d tools ]; then
8
+ cd tools
9
+fi
10
11
python -m pip install threadpoolctl
12
python -c "import numpy; numpy.show_config()"
0 commit comments