We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06adf1d commit 9fa0f6eCopy full SHA for 9fa0f6e
.github/workflows/build-wheels.yml
@@ -24,15 +24,17 @@ jobs:
24
25
fail-fast: false
26
matrix:
27
- python-version: ["3.7", "3.8", "3.9"]
28
- #os: [ubuntu-latest, macos-latest]
+# python-version: ["3.7", "3.8", "3.9"]
+# os: [ubuntu-latest, macos-latest]
29
+# platform: [x64, x32]
30
+# MB_ML_VER: [1,2010,2014]
31
+ python-version: ["3.9"]
32
+ platform: [x64]
33
os: [macos-latest]
- platform: [x64, x32]
- #MB_ML_VER: [1,2010,2014]
- MB_ML_VER: 1
- exclude:
34
- - os: macos-latest
35
- platform: x32
+ MB_ML_VER: [1]
+# exclude:
36
+# - os: macos-latest
37
+# platform: x32
38
# - os: macos-latest
39
# MB_ML_VER: 1
40
0 commit comments