CI: Allow pip3 to install packages system-wide again

Longer term we could switch to a venv
This commit is contained in:
Fabian Boehm 2024-04-23 19:42:54 +02:00
parent 0bb0934bc2
commit 7ea17bf621

View File

@ -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: |