Skip to content

Commit 56ae702

Browse files
committed
🔧 attempt to fix cd.yml *2
1 parent 9720055 commit 56ae702

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
needs: pre_flight_check
4747
strategy:
4848
matrix:
49-
os: [ ubuntu-latest, windows-latest, macos-12 ]
49+
os: [ ubuntu-latest, windows-latest, macos-13 ]
5050
qemu: [ '' ]
5151
include:
5252
# Split ubuntu job for the sake of speed-up
53-
- os: ubuntu
53+
- os: ubuntu-latest
5454
qemu: aarch64
55-
- os: ubuntu
55+
- os: ubuntu-latest
5656
qemu: ppc64le
57-
- os: ubuntu
57+
- os: ubuntu-latest
5858
qemu: s390x
5959
steps:
6060
- name: Checkout
@@ -83,11 +83,10 @@ jobs:
8383
- name: Build wheels
8484
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
8585
env:
86-
#CIBW_BUILD_FRONTEND: "build"
86+
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"
8787
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
8888
CIBW_ENVIRONMENT: CHARSET_NORMALIZER_USE_MYPYC='1'
8989
CIBW_BEFORE_BUILD: pip install -r build-requirements.txt
90-
#CIBW_CONFIG_SETTINGS: "--build-option=--no-isolation"
9190
CIBW_TEST_REQUIRES: pytest
9291
CIBW_TEST_COMMAND: pytest -c {package} {package}/tests
9392
CIBW_SKIP: pp* cp36*

0 commit comments

Comments
 (0)