diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aff539a..be81fd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: path: ${{ env.pythonLocation }} key: test-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'setup.*') }} - run: pip install ".[test]" pytest-cov pytest-xdist - - run: pytest -n auto --cov . --cov-report xml:coverage.xml + - run: pytest --cov . --cov-report xml:coverage.xml - run: coverage report -m - uses: codecov/codecov-action@main with: