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:
24
24
25
25
fail-fast : false
26
26
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]
29
30
platform : [x64, x32]
30
- MB_ML_VER : [1,2010,2014]
31
+ # MB_ML_VER: [1,2010,2014]
32
+ MB_ML_VER : 1
31
33
exclude :
32
34
- os : macos-latest
33
35
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
44
46
env :
45
47
REPO_DIR : netcdf4-python
46
48
PKG_NAME : netcdf4-python
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export HDF5_VERSION="1.12.0"
10
10
# old openssl, since building new version requires perl 5.10.0
11
11
export OPENSSL_ROOT=openssl-1.0.2u
12
12
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
13
- export CURL_VERSION=" 7.75.0"
13
+ # export CURL_VERSION="7.75.0"
14
14
15
15
source h5py-wheels/config.sh
16
16
You can’t perform that action at this time.
0 commit comments