From 070e6e41ca8b336a2f41f557d11e5c2f3994d744 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Mon, 22 Feb 2021 20:35:56 -0600 Subject: [PATCH] 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). --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6e6f4b96..106b520d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,6 @@ jobs: - uses: actions/checkout@v2 - name: Install deps run: | - brew install python3 sudo pip3 install pexpect - name: cmake run: |