There was an error while loading. Please reload this page.
1 parent b3c24a4 commit 9bab77cCopy full SHA for 9bab77c
1 file changed
.github/workflows/ci.yaml
@@ -106,14 +106,15 @@ jobs:
106
107
- name: Install package (with no dependencies)
108
run: |
109
- python -m pip install --no-deps .
+ python -m pip install --no-deps -e .
110
111
- name: Run tests
112
run: >-
113
pytest -v
114
--disable-pytest-warnings
115
--durations=20
116
--low-performance
117
+ --cov-config=pyproject.toml
118
--cov="./gromacs"
119
--cov-report=xml
120
--cov-report=term
0 commit comments