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 6137f38 commit 53feb8bCopy full SHA for 53feb8b
config.sh
@@ -301,6 +301,8 @@ function run_tests {
301
#if [ -n "$IS_MACOS" ]; then # for now only run on MacOS since linux fails
302
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
303
export CURLOPT_VERBOSE=1
304
+ ls -l /etc/ssl
305
+ export SSL_CERT_FILE=/etc/ssl/certs
306
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
307
#fi
308
}
0 commit comments