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

View file

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