Fix release build (#2072)

This commit is contained in:
Awni Hannun 2025-04-12 20:41:58 -07:00 committed by GitHub
parent c4189a38e4
commit 7275ac7523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,7 @@ jobs:
name: Install Python package
command: |
source env/bin/activate
MACOSX_DEPLOYMENT_TARGET="" DEV_RELEASE=1 \
env -u MACOSX_DEPLOYMENT_TARGET DEV_RELEASE=1 \
CMAKE_BUILD_PARALLEL_LEVEL=`sysctl -n hw.ncpu` \
pip install . -v
- run: