Skip to content

Commit 1c230fc

Browse files
committed
Temporary disable linux and all pythons execpt one to reduce the build matrix size
1 parent af32e40 commit 1c230fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, macos-latest]
26-
python-version: [3.6, 3.7, 3.8, 3.9]
25+
os: [macos-latest] # ubuntu-latest,
26+
python-version: [3.8] # [3.6, 3.7, 3.8, 3.9]
2727
platform: [x64]
2828
with_contrib: [0, 1]
2929
without_gui: [0, 1]

0 commit comments

Comments
 (0)