Skip to content

Commit 290e3fa

Browse files
author
Jeff Whitaker
committed
update
1 parent d92285f commit 290e3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ function run_tests {
280280
ls -l /usr/local/lib
281281
which python
282282
cp ../netcdf4-python/test/* .
283-
if [[ ! -z "IS_OSX" && "$PLAT" = "arm64" ]] && [[ "$CROSS_COMPILING" = "1" ]]; then
284-
export NO_PLUGINS=1 # plugins not installed for arm64 cross compile
283+
if [[ -z "IS_MACOS" ]]; then
284+
export NO_PLUGINS=1 # plugins not installed on linux
285285
fi
286286
python run_all.py
287287
}

0 commit comments

Comments
 (0)