Python bindings: Specify SYSTEM_VERSION_COMPAT=0 env var for macos-13 x86_64 runner as per cibuildwheel warning message
This commit is contained in:
parent
bbb238ec43
commit
b978b09d66
1
.github/workflows/build-wheels-publish.yml
vendored
1
.github/workflows/build-wheels-publish.yml
vendored
@ -113,6 +113,7 @@ jobs:
|
||||
env:
|
||||
CIBW_BUILD_FRONTEND: build
|
||||
CIBW_BUILD: 'cp38*'
|
||||
CIBW_ENVIRONMENT: SYSTEM_VERSION_COMPAT=0
|
||||
CIBW_TEST_REQUIRES: pytest
|
||||
CIBW_TEST_COMMAND: pytest {package}/tests
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user