Make CI green

See https://github.com/joerick/cibuildwheel/issues/446
This commit is contained in:
Andreas Källberg
2020-10-08 21:50:12 +02:00
parent f2e4b89a22
commit 7b4eeb368c

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.4.2
python -m pip install git+https://github.com/joerick/cibuildwheel.git@master
- name: Install build tools for OSX
if: startsWith(matrix.os, 'macos')
@@ -69,7 +69,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
steps:
- uses: actions/checkout@v2