We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc3cf2 commit 15bcd8eCopy full SHA for 15bcd8e
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
run: python -m pip install -U pip
18
19
- name: Install project + test deps
20
- run: pip install ".[dev]" pytest pytest-cov
+ run: pip install -e ".[dev]" pytest pytest-cov
21
22
- name: Run tests with coverage
23
run: |
0 commit comments