Pin python brew installation to 3.10

This commit is contained in:
confused-Techie 2023-02-15 00:38:18 -08:00
parent d0b9e7e65f
commit 85f2c4a76f

View File

@ -133,7 +133,7 @@ intel_mac_task:
- arch -x86_64 xcode-select --install
- arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- export PATH="/usr/local/opt/node@16/bin:/usr/local/bin:$PATH"
- arch -x86_64 brew install node@16 yarn git python
- arch -x86_64 brew install node@16 yarn git python@3.10
- ln -s /usr/local/bin/python3 /usr/local/bin/python
- git submodule init
- git submodule update