From 0d83e842fe2b31e056210645c61aff6b8fb5d68b Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 22 May 2024 16:57:27 +0200 Subject: [PATCH] install -e --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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