python3
Some checks failed
Test / Test (push) Failing after 1m49s

This commit is contained in:
John Burwell 2023-05-02 20:58:32 -05:00
parent 98fc39a5cd
commit e536918c62

View File

@ -13,7 +13,7 @@ jobs:
apt install -y python3-pip apt install -y python3-pip
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python3 -m pip install --upgrade pip
pip install . pip install .
- name: Run tests - name: Run tests
run: python -m unittest run: python -m unittest