File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ function build_curl {
5050 flags=" $flags --with-ssl"
5151 # yum_install perl-IPC-Cmd
5252 # yum_install perl-Pod-Html
53- yum_install ca-certificates
5453 build_openssl
5554 fi
5655 flags=" $flags --without-zstd"
@@ -286,6 +285,9 @@ function run_tests {
286285 cp ../netcdf4-python/test/* .
287286 python run_all.py
288287 # add test for netcdf4-python issue #1246 (opendap with ssl)
288+ cat " HTTP.VERBOSE=1" > ~ /.ncrc
289+ URL=" https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/monolevel/uwnd.10m.2000.nc"
290+ python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
289291 URL=' https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
290292 python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
291293}
You can’t perform that action at this time.
0 commit comments