From 39d45c1497acb102778484161ffdd2d9a32eabbd Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 25 Dec 2019 15:50:04 +0000 Subject: [PATCH] don't use makefile --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index c434e2c7..05a8bb87 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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