Skip to content

Commit a66175c

Browse files
committed
exclude manylinux1 except on python 3.6
1 parent 92ac5d6 commit a66175c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@ jobs:
3131
# python-version: ["3.8"]
3232
# os: [ubuntu-latest, macos-latest]
3333
# platform: [x64]
34+
# MB_ML_VER: 2014
3435
MB_ML_VER: [1,2010,2014]
3536
exclude:
3637
- os: macos-latest
3738
platform: x32
3839
- MB_ML_VER: 1
39-
python-version: ["3.7","3.8","3.9"]
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"
4045
env:
4146
REPO_DIR: netcdf4-python
4247
PKG_NAME: netcdf4-python

0 commit comments

Comments
 (0)