Skip to content

Commit 63c86a3

Browse files
committed
Use editable install so coverage.py can instrument source files
1 parent 6f41b21 commit 63c86a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install package with test dependencies
3636
run: |
37-
pip install .[test]
37+
pip install -e .[test]
3838
3939
- name: Test installed package
4040
run: |

0 commit comments

Comments
 (0)