Skip to content

Commit 84662c5

Browse files
committed
update
1 parent c3a1917 commit 84662c5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
os: [ubuntu-latest, macos-latest]
2929
platform: [x64, x32]
3030
MB_ML_VER: [1,2010,2014]
31-
# test on a single platform, python version
32-
# python-version: ["3.8"]
33-
# os: [ubuntu-latest, macos-latest]
34-
# platform: [x64]
35-
# MB_ML_VER: 2014
3631
exclude:
3732
- os: macos-latest
3833
platform: x32
34+
- os: macos-latest
35+
MB_ML_VER: 1
36+
- os: macos-latest
37+
MB_ML_VER: 2010
3938
- MB_ML_VER: 1
4039
python-version: "3.7"
4140
- MB_ML_VER: 1

0 commit comments

Comments
 (0)