We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d381291 commit 510d6b9Copy full SHA for 510d6b9
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: ${{ matrix.python-version }}
31
32
- name: Install package and test dependencies
33
- run: pip install ".[test]" pytest-cov
+ run: pip install -e ".[test]" pytest-cov
34
35
- name: Run tests
36
run: pytest -v --tb=short --cov-report=xml
0 commit comments