File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
46
46
needs : pre_flight_check
47
47
strategy :
48
48
matrix :
49
- os : [ ubuntu-latest, windows-latest, macos-12 ]
49
+ os : [ ubuntu-latest, windows-latest, macos-13 ]
50
50
qemu : [ '' ]
51
51
include :
52
52
# Split ubuntu job for the sake of speed-up
53
- - os : ubuntu
53
+ - os : ubuntu-latest
54
54
qemu : aarch64
55
- - os : ubuntu
55
+ - os : ubuntu-latest
56
56
qemu : ppc64le
57
- - os : ubuntu
57
+ - os : ubuntu-latest
58
58
qemu : s390x
59
59
steps :
60
60
- name : Checkout
@@ -83,11 +83,10 @@ jobs:
83
83
- name : Build wheels
84
84
uses : pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
85
85
env :
86
- # CIBW_BUILD_FRONTEND: "build"
86
+ CIBW_BUILD_FRONTEND : " build; args: --no-isolation "
87
87
CIBW_ARCHS_MACOS : x86_64 arm64 universal2
88
88
CIBW_ENVIRONMENT : CHARSET_NORMALIZER_USE_MYPYC='1'
89
89
CIBW_BEFORE_BUILD : pip install -r build-requirements.txt
90
- # CIBW_CONFIG_SETTINGS: "--build-option=--no-isolation"
91
90
CIBW_TEST_REQUIRES : pytest
92
91
CIBW_TEST_COMMAND : pytest -c {package} {package}/tests
93
92
CIBW_SKIP : pp* cp36*
You can’t perform that action at this time.
0 commit comments