Skip to content

Commit 0138901

Browse files
committed
build all platforms
1 parent 7beaf85 commit 0138901

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
# python-version: ["3.6", "3.7", "3.8", "3.9"]
28-
# os: [ubuntu-latest, macos-latest]
29-
# platform: [x64, x32]
27+
python-version: ["3.6", "3.7", "3.8", "3.9"]
28+
os: [ubuntu-latest, macos-latest]
29+
platform: [x64, x32]
3030
# test on a single platform, python version
31-
python-version: ["3.8"]
32-
os: [ubuntu-latest]
33-
platform: [x64]
31+
# python-version: ["3.8"]
32+
# os: [ubuntu-latest]
33+
# platform: [x64]
3434
MB_ML_VER: [2014]
3535
exclude:
3636
- os: macos-latest

0 commit comments

Comments
 (0)