don't use makefile

This commit is contained in:
Will McGugan 2019-12-25 15:50:04 +00:00
parent 196ee0802e
commit 39d45c1497

View file

@ -26,6 +26,6 @@ jobs:
# make typecheck
- name: Test with pytest
run: |
pip install poetry pytest pytest-cov
pip install poetry pytest
poetry install
make test
pytest tests/ -v