Skip to content

Commit 9bcc762

Browse files
committed
update
1 parent bd3c2a9 commit 9bcc762

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

config.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
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"
98
export NETCDF_VERSION="4.7.4"
109
export HDF5_VERSION="1.12.0"
11-
#export CURL_VERSION="7.74.0"
1210
# old openssl, since building new version requires perl 5.10.0
1311
export OPENSSL_ROOT=openssl-1.0.2u
1412
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16

0 commit comments

Comments
 (0)