We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ac76a commit 0b18142Copy full SHA for 0b18142
.github/workflows/buildwheels.yml
@@ -38,7 +38,7 @@ jobs:
38
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *musllinux*"
39
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" CMAKE_PROGRAM_PATH="D:/a/_temp/msys64/usr/bin" CMAKE_GENERATOR="Ninja" TEMP="D:/a/_temp/"
40
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc
41
- CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`
+ CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
42
CIBW_BEFORE_TEST: python -m pip debug --verbose
43
CIBW_TEST_REQUIRES: pytest
44
CIBW_TEST_COMMAND: pytest {package}/tests
0 commit comments