try apt
Some checks failed
Test / Test (push) Failing after 57s

This commit is contained in:
John Burwell 2023-05-02 20:55:10 -05:00
parent b3ff7a7920
commit 30d0a06137

View File

@ -7,6 +7,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install Python and pip
run: |
sudo apt update
sudo apt install python3-pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip