We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92285f commit 290e3faCopy full SHA for 290e3fa
config.sh
@@ -280,8 +280,8 @@ function run_tests {
280
ls -l /usr/local/lib
281
which python
282
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
+ if [[ -z "IS_MACOS" ]]; then
+ export NO_PLUGINS=1 # plugins not installed on linux
285
fi
286
python run_all.py
287
}
0 commit comments