We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccc48c commit 975207cCopy full SHA for 975207c
1 file changed
.github/workflows/build.yml
@@ -53,8 +53,7 @@ jobs:
53
strategy:
54
fail-fast: False
55
matrix:
56
- os: [ ubuntu-latest ]
57
- # os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest, macos-latest ]
58
steps:
59
- name: Checkout repository
60
uses: actions/checkout@v2
@@ -101,7 +100,7 @@ jobs:
101
100
runs-on: ${{ matrix.os }}
102
103
104
- os: [ windows-latest, ubuntu-latest ]
+ os: [ windows-latest, ubuntu-latest, macos-latest ]
105
python-version: [ 3.6, 3.7, 3.8 ]
106
107
@@ -121,7 +120,6 @@ jobs:
121
120
122
- name: Test Package Installation
123
run: |
124
- ls -alR dist
125
python -m pip install --upgrade pip
126
127
# finds path to the right wheel or source file to install later
0 commit comments