diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 992a90d..12af828 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -29,7 +29,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest-cov codecov coverage - pip install .[test] + pip install -e .[test] - name: Test with pytest run: | coverage run --source=src -m pytest && coverage report