don't use makefile

This commit is contained in:
Will McGugan 2019-12-25 15:50:04 +00:00
parent 196ee0802e
commit 39d45c1497
1 changed files with 2 additions and 2 deletions

View File

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