mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
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:
parent
17926a9197
commit
070e6e41ca
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -116,7 +116,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install deps
|
||||
run: |
|
||||
brew install python3
|
||||
sudo pip3 install pexpect
|
||||
- name: cmake
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user