Skip to content

Commit ab9d171

Browse files
authored
Use brew to install python (#1934)
1 parent 31e36a9 commit ab9d171

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.arm64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
set -x -e
5050
python3 --version
5151
python --version
52+
brew search python
53+
brew install python@${{ matrix.python }}
54+
python3 --version
55+
python --version
5256
python -m pip install -U wheel setuptools
5357
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64
5458
rm -rf build

0 commit comments

Comments
 (0)