Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Oct 28, 2024
1 parent caae68e commit 1518369
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: sdist

env:
CIBW_BUILD_VERBOSITY: 3
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_BUILD: >-
rm -rf {package}/build
# Instead of running pytest directly, we use a bash script that will set up
Expand All @@ -52,7 +52,7 @@ jobs:
# Perhaps in some later release
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
# Deployment of the SDK in MacOS
MACOSX_DEPLOYMENT_TARGET: "10.12"
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.deployment_target }}"

strategy:
# Ensure that a wheel builder finishes even if another fails
Expand Down Expand Up @@ -83,11 +83,11 @@ jobs:

- uses: actions/checkout@v4

#- name: Ensure fortran
# uses: fortran-lang/setup-fortran@v1
# with:
# compiler: gcc
# version: 11
- name: Ensure fortran
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 11

- name: Build wheels for CPython 3.12
uses: pypa/[email protected]
Expand Down

0 comments on commit 1518369

Please sign in to comment.