Skip to content

Commit 54e809c

Browse files
committed
1
1 parent aa1639a commit 54e809c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Overwrite for MacOs
111111
if: runner.os == 'MacOs' && matrix.platform == 'all'
112112
run: |
113-
find / -name 'libev.h'
113+
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
114114
echo "CIBW_BUILD=cp39* cp310* cp311* cp312* cp313*" >> $GITHUB_ENV
115115
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
116116
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV

0 commit comments

Comments
 (0)