Skip to content

Commit c3a1917

Browse files
committed
update
1 parent a66175c commit c3a1917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
1+
# This workflow will install Python dependencies, run tests and build
2+
# manylinux wheels for a variety of python versions and architectures.
33

44
name: Build and upload wheels
55

@@ -27,12 +27,12 @@ jobs:
2727
python-version: ["3.6", "3.7", "3.8", "3.9"]
2828
os: [ubuntu-latest, macos-latest]
2929
platform: [x64, x32]
30+
MB_ML_VER: [1,2010,2014]
3031
# test on a single platform, python version
3132
# python-version: ["3.8"]
3233
# os: [ubuntu-latest, macos-latest]
3334
# platform: [x64]
3435
# MB_ML_VER: 2014
35-
MB_ML_VER: [1,2010,2014]
3636
exclude:
3737
- os: macos-latest
3838
platform: x32

0 commit comments

Comments
 (0)