Skip to content

Commit

Permalink
🔧 attempt to fix cd.yml *2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 8, 2024
1 parent 9720055 commit 56ae702
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
needs: pre_flight_check
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-12 ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
qemu: [ '' ]
include:
# Split ubuntu job for the sake of speed-up
- os: ubuntu
- os: ubuntu-latest
qemu: aarch64
- os: ubuntu
- os: ubuntu-latest
qemu: ppc64le
- os: ubuntu
- os: ubuntu-latest
qemu: s390x
steps:
- name: Checkout
Expand Down Expand Up @@ -83,11 +83,10 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
env:
#CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ENVIRONMENT: CHARSET_NORMALIZER_USE_MYPYC='1'
CIBW_BEFORE_BUILD: pip install -r build-requirements.txt
#CIBW_CONFIG_SETTINGS: "--build-option=--no-isolation"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest -c {package} {package}/tests
CIBW_SKIP: pp* cp36*
Expand Down

0 comments on commit 56ae702

Please sign in to comment.