Skip to content

Commit 971a7aa

Browse files
don't build on linux
1 parent c1045da commit 971a7aa

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ on:
88
jobs:
99
build_wheels:
1010
name: build wheel
11-
runs-on: ${{ matrix.os }}
12-
strategy:
13-
matrix:
14-
os: [ ubuntu-latest ]
15-
python-version: [ '3.x' ]
11+
runs-on: ubuntu-latest
1612
steps:
1713
- name: checkout repository
1814
uses: actions/checkout@v2
1915
- name: install Python
2016
uses: actions/setup-python@v2
21-
with:
22-
python-version: ${{ matrix.python-version }}
2317
- name: build wheel
2418
run: pip wheel . -w dist --no-deps
2519
- name: save wheel
@@ -49,7 +43,7 @@ jobs:
4943
runs-on: ${{ matrix.os }}
5044
strategy:
5145
matrix:
52-
os: [ ubuntu-latest, windows-latest, macos-latest ]
46+
os: [ windows-latest, macos-latest ]
5347
steps:
5448
- name: checkout repository
5549
uses: actions/checkout@v2

0 commit comments

Comments
 (0)