Skip to content

Commit 9bab77c

Browse files
committed
install in develop mode for coverage
1 parent b3c24a4 commit 9bab77c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,15 @@ jobs:
106106
107107
- name: Install package (with no dependencies)
108108
run: |
109-
python -m pip install --no-deps .
109+
python -m pip install --no-deps -e .
110110
111111
- name: Run tests
112112
run: >-
113113
pytest -v
114114
--disable-pytest-warnings
115115
--durations=20
116116
--low-performance
117+
--cov-config=pyproject.toml
117118
--cov="./gromacs"
118119
--cov-report=xml
119120
--cov-report=term

0 commit comments

Comments
 (0)