Skip to content

Commit

Permalink
Use brew to install python (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Feb 1, 2024
1 parent 31e36a9 commit ab9d171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
set -x -e
python3 --version
python --version
brew search python
brew install python@${{ matrix.python }}
python3 --version
python --version
python -m pip install -U wheel setuptools
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64
rm -rf build
Expand Down

0 comments on commit ab9d171

Please sign in to comment.