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 c3a1917 commit 84662c5Copy full SHA for 84662c5
.github/workflows/build-wheels.yml
@@ -28,14 +28,13 @@ jobs:
28
os: [ubuntu-latest, macos-latest]
29
platform: [x64, x32]
30
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
36
exclude:
37
- os: macos-latest
38
platform: x32
+ - os: macos-latest
+ MB_ML_VER: 1
+ MB_ML_VER: 2010
39
- MB_ML_VER: 1
40
python-version: "3.7"
41
0 commit comments