Skip to content

Commit 5cfcd5e

Browse files
committed
only use MB_ML_VER 2014
1 parent 4d88020 commit 5cfcd5e

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,33 @@ jobs:
2727
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
2828
os: [ubuntu-latest, macos-latest]
2929
platform: [x64, x32]
30-
MB_ML_VER: [1,2010,2014]
3130
exclude:
3231
- os: macos-latest
3332
platform: x32
3433
include:
3534
- python-version: "3.6"
3635
os: ubuntu-latest
3736
platform: aarch64
38-
MB_ML_VER: 2014
3937
- python-version: "3.7"
4038
os: ubuntu-latest
4139
platform: aarch64
42-
MB_ML_VER: 2014
4340
- python-version: "3.8"
4441
os: ubuntu-latest
4542
platform: aarch64
46-
MB_ML_VER: 2014
4743
- python-version: "3.9"
4844
os: ubuntu-latest
4945
platform: aarch64
50-
MB_ML_VER: 2014
46+
- python-version: "3.10"
47+
os: ubuntu-latest
48+
platform: aarch64
5149
env:
5250
REPO_DIR: netcdf4-python
5351
PKG_NAME: netcdf4-python
52+
MB_ML_VER: 2014
5453
BUILD_COMMIT: v1.5.8rel
5554
UNICODE_WIDTH: 32
5655
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5756
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
58-
MB_ML_VER: ${{ matrix.MB_ML_VER }}
5957
TRAVIS_REPO_SLUG: ${{ github.repository }}
6058
TRAVIS_BRANCH: ${{ github.head_ref }}
6159
TRAVIS_PULL_REQUEST: ${{ github.event.number }}
@@ -83,11 +81,6 @@ jobs:
8381
if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
8482
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
8583
86-
- name: Setup Special Environment variables for Linux
87-
if: startsWith(matrix.os,'ubuntu') && matrix.MB_ML_VER == 2010
88-
run: |
89-
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_$PLAT)" >> $GITHUB_ENV
90-
9184
- name: Setup Special Environment variables for Linux AArch64
9285
if: ${{ matrix.platform == 'aarch64' }}
9386
run: |

0 commit comments

Comments
 (0)