Remove homebrew dependency in macOS CI workflow

The GitHub documentation states that python3 w/ pip3 is already
installed, and homebrew is slow as molasses (and when it finally runs it
gives a warning about python already being installed and up to date).
This commit is contained in:
Mahmoud Al-Qudsi 2021-02-22 20:35:56 -06:00
parent 17926a9197
commit 070e6e41ca

View File

@ -116,7 +116,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install deps
run: |
brew install python3
sudo pip3 install pexpect
- name: cmake
run: |