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:
116
116
cd $TRAVIS_BUILD_DIR
117
117
pwd
118
118
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
119
121
- name : Upload wheels to release
120
122
uses : svenstaro/upload-release-action@v2
121
123
if : github.event_name == 'create'
Original file line number Diff line number Diff line change 4
4
# export NO_NET=1
5
5
6
6
# 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"
9
8
export NETCDF_VERSION=" 4.7.4"
10
9
export HDF5_VERSION=" 1.12.0"
11
- # export CURL_VERSION="7.74.0"
12
10
# old openssl, since building new version requires perl 5.10.0
13
11
export OPENSSL_ROOT=openssl-1.0.2u
14
12
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
You can’t perform that action at this time.
0 commit comments