Update buildManylinux.yml

use sudo for mac OS
pull/778/head snapshot-20220421.2
powderluv 2022-04-21 11:06:02 -07:00 committed by GitHub
parent 299c1bbe6d
commit 0257d91a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
python -m pip install wheel
./build_tools/python_deploy/install_macos_deps.sh
sudo ./build_tools/python_deploy/install_macos_deps.sh
python_versions="3.9 3.10" ./build_tools/python_deploy/build_macos_packages.sh