without sudo
Some checks failed
Test / Test (push) Failing after 1m1s

This commit is contained in:
John Burwell 2023-05-02 20:56:11 -05:00
parent 30d0a06137
commit faaedb10ce

View File

@ -9,8 +9,8 @@ jobs:
uses: actions/checkout@v3
- name: Install Python and pip
run: |
sudo apt update
sudo apt install python3-pip
apt update
apt install python3-pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip