Also reinstall python3-pip

This commit is contained in:
Luke Parker 2023-10-10 22:34:19 -04:00
parent b2d6a85ac0
commit 22371a6585
No known key found for this signature in database

View file

@ -25,7 +25,8 @@ runs:
run: |
sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *sqlite3* *texinfo* *imagemagick*
sudo apt autoremove -y
sudo apt install python3 -y
sudo apt update
sudo apt install python3 python3-pip -y
- name: Install Protobuf
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6