Skip to content

Commit

Permalink
Fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Sep 6, 2022
1 parent f7e87e3 commit 2639ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
CIBW_ENVIRONMENT_MACOS: F77=gfortran-9 F90=gfortran-9
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source
CIBW_SKIP: *musllinux*
CIBW_SKIP: '*musllinux*'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2639ccf

Please sign in to comment.