File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ jobs:
116116 cd $TRAVIS_BUILD_DIR
117117 pwd
118118 find ./ -name "*.whl" -print
119+ /usr/local/bin/ncdump -h http://remotetest.unidata.ucar.edu/thredds/dodsC/testdods/testData.nc
120+ /usr/local/bin/ncdump -h https://podaac-opendap.jpl.nasa.gov/opendap/allData/modis/L3/aqua/11um/v2014.0/4km/daily/2017/365/A2017365.L3m_DAY_NSST_sst_4km.nc
119121 - name : Upload wheels to release
120122 uses : svenstaro/upload-release-action@v2
121123 if : github.event_name == 'create'
Original file line number Diff line number Diff line change 44# export NO_NET=1
55
66# Compile libs for macOS 10.9 or later
7- # export MACOSX_DEPLOYMENT_TARGET="10.9"
8- export MACOSX_DEPLOYMENT_TARGET=" 10.15"
7+ export MACOSX_DEPLOYMENT_TARGET=" 10.9"
98export NETCDF_VERSION=" 4.7.4"
109export HDF5_VERSION=" 1.12.0"
11- # export CURL_VERSION="7.74.0"
1210# old openssl, since building new version requires perl 5.10.0
1311export OPENSSL_ROOT=openssl-1.0.2u
1412export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
You can’t perform that action at this time.
0 commit comments