File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ PROJECT_DIR="$1"
66
77python -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
149if [[ $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"
2116elif [[ $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
2519fi
You can’t perform that action at this time.
0 commit comments