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:
|
||||
needs: [prepare-sqlite, tests]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
|
|
@ -121,8 +122,6 @@ jobs:
|
|||
cibw_build: "cp3*-macosx_universal2"
|
||||
compile_target: universal2
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue