apt -y
Some checks failed
Test / Test (push) Failing after 1m16s

This commit is contained in:
John Burwell 2023-05-02 20:57:12 -05:00
parent faaedb10ce
commit 98fc39a5cd

View File

@ -10,7 +10,7 @@ jobs:
- name: Install Python and pip
run: |
apt update
apt install python3-pip
apt install -y python3-pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip