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 2acfaa8 commit bd36798Copy full SHA for bd36798
config.sh
@@ -77,6 +77,8 @@ 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
+ echo "PATH = $PATH"
81
+ which ncdump
82
python run_all.py
83
}
84
0 commit comments