Skip to content

Commit 1145079

Browse files
author
Jeff Whitaker
committed
test with MB_ML_VER=1, just macosx, no python 3.6
1 parent 4cb61ba commit 1145079

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

.github/workflows/build-wheels.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff 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

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export HDF5_VERSION="1.12.0"
1010
# old openssl, since building new version requires perl 5.10.0
1111
export OPENSSL_ROOT=openssl-1.0.2u
1212
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
13-
export CURL_VERSION="7.75.0"
13+
#export CURL_VERSION="7.75.0"
1414

1515
source h5py-wheels/config.sh
1616

0 commit comments

Comments
 (0)