This commit is contained in:
Hayden 2021-01-10 11:18:10 -09:00
commit f87e14c083

View file

@ -23,5 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Test with pytest
run: pytest -vv