Install explicitly before testing

This commit is contained in:
Ben Lopatin
2021-12-18 15:06:47 -05:00
parent 8a0e742abd
commit f61ffdbcdb
+1
View File
@@ -21,5 +21,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
- name: Run tests
run: pytest --cov=pydiscourse