Skip to content

Commit 9fa0f6e

Browse files
author
Jeff Whitaker
committed
just macosx python3.9
1 parent 06adf1d commit 9fa0f6e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/build-wheels.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
python-version: ["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+
# platform: [x64, x32]
30+
# MB_ML_VER: [1,2010,2014]
31+
python-version: ["3.9"]
32+
platform: [x64]
2933
os: [macos-latest]
30-
platform: [x64, x32]
31-
#MB_ML_VER: [1,2010,2014]
32-
MB_ML_VER: 1
33-
exclude:
34-
- os: macos-latest
35-
platform: x32
34+
MB_ML_VER: [1]
35+
# exclude:
36+
# - os: macos-latest
37+
# platform: x32
3638
# - os: macos-latest
3739
# MB_ML_VER: 1
3840
# - os: macos-latest

0 commit comments

Comments
 (0)