Skip to content

Commit 975207c

Browse files
committed
Add osx wheels build step
1 parent 3ccc48c commit 975207c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: False
5555
matrix:
56-
os: [ ubuntu-latest ]
57-
# os: [ ubuntu-latest, macos-latest ]
56+
os: [ ubuntu-latest, macos-latest ]
5857
steps:
5958
- name: Checkout repository
6059
uses: actions/checkout@v2
@@ -101,7 +100,7 @@ jobs:
101100
runs-on: ${{ matrix.os }}
102101
strategy:
103102
matrix:
104-
os: [ windows-latest, ubuntu-latest ]
103+
os: [ windows-latest, ubuntu-latest, macos-latest ]
105104
python-version: [ 3.6, 3.7, 3.8 ]
106105

107106
steps:
@@ -121,7 +120,6 @@ jobs:
121120

122121
- name: Test Package Installation
123122
run: |
124-
ls -alR dist
125123
python -m pip install --upgrade pip
126124
127125
# finds path to the right wheel or source file to install later

0 commit comments

Comments
 (0)