Skip to content

Commit 5cbc710

Browse files
authored
Merge pull request #49 from consideRatio/pr/fix-coverage
ci: fix coverage report by installing as editable
2 parents 5c62463 + e7b85e0 commit 5cbc710

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)