File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,25 @@ jobs:
2424
2525 fail-fast : false
2626 matrix :
27- python-version : ["3.6", "3.7", "3.8", "3.9"]
28- os : [ubuntu-latest, macos-latest]
27+ python-version : ["3.7", "3.8", "3.9"]
28+ # os: [ubuntu-latest, macos-latest]
29+ os : [macos-latest]
2930 platform : [x64, x32]
30- MB_ML_VER : [1,2010,2014]
31+ # MB_ML_VER: [1,2010,2014]
32+ MB_ML_VER : 1
3133 exclude :
3234 - os : macos-latest
3335 platform : x32
34- - os : macos-latest
35- MB_ML_VER : 1
36- - os : macos-latest
37- MB_ML_VER : 2010
38- - python-version : " 3.7"
39- MB_ML_VER : 1
40- - python-version : " 3.8"
41- MB_ML_VER : 1
42- - python-version : " 3.9"
43- MB_ML_VER : 1
36+ # - os: macos-latest
37+ # MB_ML_VER: 1
38+ # - os: macos-latest
39+ # MB_ML_VER: 2010
40+ # - python-version: "3.7"
41+ # MB_ML_VER: 1
42+ # - python-version: "3.8"
43+ # MB_ML_VER: 1
44+ # - python-version: "3.9"
45+ # MB_ML_VER: 1
4446 env :
4547 REPO_DIR : netcdf4-python
4648 PKG_NAME : netcdf4-python
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export HDF5_VERSION="1.12.0"
1010# old openssl, since building new version requires perl 5.10.0
1111export OPENSSL_ROOT=openssl-1.0.2u
1212export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
13- export CURL_VERSION=" 7.75.0"
13+ # export CURL_VERSION="7.75.0"
1414
1515source h5py-wheels/config.sh
1616
You can’t perform that action at this time.
0 commit comments