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 aa1639a commit 54e809cCopy full SHA for 54e809c
.github/workflows/build-push.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: Overwrite for MacOs
111
if: runner.os == 'MacOs' && matrix.platform == 'all'
112
run: |
113
- find / -name 'libev.h'
+ CIBW_ENVIRONMENT: PIP_GLOBAL_OPTION="build_ext -j4 -I/usr/local/include/ -L/usr/local/lib -I/opt/homebrew/include -L/opt/homebrew/lib" >> $GITHUB_ENV
114
echo "CIBW_BUILD=cp39* cp310* cp311* cp312* cp313*" >> $GITHUB_ENV
115
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
116
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
0 commit comments