diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index acca1f1..5acfff2 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -79,7 +79,7 @@ jobs: - name: Test run: | poetry run mypy kittengroomer/ filecheck/ tests/ scripts/ --ignore-missing-imports - pipenv run py.test --cov=kittengroomer --cov=filecheck tests/ + poetry run py.test --cov=kittengroomer --cov=filecheck tests/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v1