File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
global :
3
3
- REPO_DIR=netcdf4-python
4
- - BUILD_COMMIT=v1.5.5.1rel
4
+ - BUILD_COMMIT=src_reorg
5
5
- PLAT=x86_64
6
6
- UNICODE_WIDTH=32
7
7
- NP_BUILD_DEP=1.17.3
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ function pip_opts {
28
28
29
29
function run_tests {
30
30
# Runs tests on installed distribution from an empty directory
31
+ URL=" http://remotetest.unidata.ucar.edu/thredds/dodsC/testdods/testData.nc"
32
+ URL_https=" 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"
33
+ /usr/local/bin/ncdump -h $URL
34
+ /usr/local/bin/ncdump -h $URL_https
31
35
cp ../netcdf4-python/test/* .
32
36
python run_all.py
33
37
}
You can’t perform that action at this time.
0 commit comments