Fix workflow
This commit is contained in:
parent
1bc6af1dc4
commit
ca918d1ec5
1 changed files with 42 additions and 43 deletions
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
|
|
@ -51,8 +51,9 @@ jobs:
|
||||||
|
|
||||||
build-wheels:
|
build-wheels:
|
||||||
needs: [prepare-sqlite, tests]
|
needs: [prepare-sqlite, tests]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
|
|
@ -121,8 +122,6 @@ jobs:
|
||||||
cibw_build: "cp3*-macosx_universal2"
|
cibw_build: "cp3*-macosx_universal2"
|
||||||
compile_target: universal2
|
compile_target: universal2
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue