with path
Some checks failed
Test / Test (push) Failing after 1m45s

This commit is contained in:
John Burwell 2023-05-02 21:18:02 -05:00
parent 5d4dbfbe45
commit 8b3af691f1

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
/usr/bin/python3 -m pip install --upgrade pip
/usr/bin/python3 -m pip install .
- name: Run tests
run: python -m unittest
run: /usr/bin/python3 -m unittest