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"
6
6
7
7
python -c " import numpy; numpy.show_config()"
8
8
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
14
9
if [[ $RUNNER_OS == " macOS" && $RUNNER_ARCH == " X64" ]]; then
15
10
# Not clear why this is needed but it seems on x86_64 this is not the default
16
11
# and without it f2py tests fail
@@ -19,7 +14,6 @@ if [[ $RUNNER_OS == "macOS" && $RUNNER_ARCH == "X64" ]]; then
19
14
# in f2py tests
20
15
export LIBRARY_PATH=" $LIBRARY_PATH :/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
21
16
elif [[ $RUNNER_OS == " Windows" && $IS_32_BIT == true ]] ; then
22
- echo " Skip OpenBLAS version check for 32-bit Windows, no OpenBLAS used"
23
17
# Avoid this in GHA: "ERROR: Found GNU link.exe instead of MSVC link.exe"
24
18
rm /c/Program\ Files/Git/usr/bin/link.EXE
25
19
fi
You can’t perform that action at this time.
0 commit comments