Skip to content

Commit 510d6b9

Browse files
committed
fix-cov-3
1 parent d381291 commit 510d6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131

3232
- name: Install package and test dependencies
33-
run: pip install ".[test]" pytest-cov
33+
run: pip install -e ".[test]" pytest-cov
3434

3535
- name: Run tests
3636
run: pytest -v --tb=short --cov-report=xml

0 commit comments

Comments
 (0)