Skip to content

Commit c2f2d90

Browse files
committed
clean up Windows workaround in cibw_test_commmand.sh
1 parent 7d8ef8f commit c2f2d90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/wheels/cibw_test_command.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ PROJECT_DIR="$1"
66

77
python -c "import numpy; numpy.show_config()"
88

9-
if [[ $RUNNER_OS == "Windows" ]]; then
10-
# see gh-20391
11-
PY_DIR=$(python -c "import sys; print(sys.prefix)")
12-
mkdir $PY_DIR/libs
13-
fi
149
if [[ $RUNNER_OS == "macOS" && $RUNNER_ARCH == "X64" ]]; then
1510
# Not clear why this is needed but it seems on x86_64 this is not the default
1611
# and without it f2py tests fail
@@ -19,7 +14,6 @@ if [[ $RUNNER_OS == "macOS" && $RUNNER_ARCH == "X64" ]]; then
1914
# in f2py tests
2015
export LIBRARY_PATH="$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
2116
elif [[ $RUNNER_OS == "Windows" && $IS_32_BIT == true ]] ; then
22-
echo "Skip OpenBLAS version check for 32-bit Windows, no OpenBLAS used"
2317
# Avoid this in GHA: "ERROR: Found GNU link.exe instead of MSVC link.exe"
2418
rm /c/Program\ Files/Git/usr/bin/link.EXE
2519
fi

0 commit comments

Comments
 (0)