diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96f57af..45ab97c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,5 @@ jobs: run: | python -m pip install --upgrade pip pip install pre-commit cookiecutter pyyaml pytest pytest-cov toml - - name: Test with pytest - run: | - pytest - name: Report coverage to codecov uses: codecov/codecov-action@v2