mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
CI: Allow pip3 to install packages system-wide again
Longer term we could switch to a venv
This commit is contained in:
parent
0bb0934bc2
commit
7ea17bf621
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -157,7 +157,9 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@1.67
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo pip3 install pexpect
|
||||
# --break-system-packages because homebrew has now declared itself "externally managed".
|
||||
# this is CI so we don't actually care.
|
||||
sudo pip3 install --break-system-packages pexpect
|
||||
brew install tmux
|
||||
- name: cmake
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user