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 dd8b279 commit 2acfaa8Copy full SHA for 2acfaa8
config.sh
@@ -76,6 +76,7 @@ function build_libs {
76
function run_tests {
77
# Runs tests on installed distribution from an empty directory
78
cp ../netcdf4-python/test/* .
79
+ export PATH="/usr/local/bin:${PATH}"
80
python run_all.py
81
}
82
0 commit comments