Skip to content

Commit e7b85e0

Browse files
committed
ci: fix coverage report by installing as editable
1 parent 5c62463 commit e7b85e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Python dependencies
6161
run: |
6262
pip install ${{ matrix.pip-install-spec }}
63-
pip install ".[test]"
63+
pip install -e ".[test]"
6464
pip freeze
6565
6666
- name: Run tests

0 commit comments

Comments
 (0)