File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,7 @@ PROJECT_DIR="$1"
6
6
7
7
python -c " import numpy; numpy.show_config()"
8
8
9
- if [[ $RUNNER_OS == " macOS" && $RUNNER_ARCH == " X64" ]]; then
10
- # Not clear why this is needed but it seems on x86_64 this is not the default
11
- # and without it f2py tests fail
12
- export DYLD_LIBRARY_PATH=" $DYLD_LIBRARY_PATH :/usr/local/lib"
13
- # Needed so gfortran (not clang) can find system libraries like libm (-lm)
14
- # in f2py tests
15
- export LIBRARY_PATH=" $LIBRARY_PATH :/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
16
- elif [[ $RUNNER_OS == " Windows" && $IS_32_BIT == true ]] ; then
9
+ if [[ $RUNNER_OS == " Windows" && $IS_32_BIT == true ]] ; then
17
10
# Avoid this in GHA: "ERROR: Found GNU link.exe instead of MSVC link.exe"
18
11
rm /c/Program\ Files/Git/usr/bin/link.EXE
19
12
fi
You can’t perform that action at this time.
0 commit comments