summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-22 20:09:14 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-22 20:09:14 +0200
commit6bcd9e6b988c2856b910a9c87663e4a0cbd1ea19 (patch)
tree6a8cf26e9df469a71c935be3876dbfde070895d6 /.github
parent57153c8c6a30d044690b46f77ea5c584f5e5d088 (diff)
stick to linux wheels for current release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 9f671bf..b11cfaa 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -8,11 +8,12 @@ on:
jobs:
build_wheels:
- name: Build wheel on ${{ matrix.os }}
+ name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04, windows-latest]
+ os: [ubuntu-18.04]
+ # macosx-latest, windows-latest
steps:
- uses: actions/checkout@v1