We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afb009 commit a9a0d34Copy full SHA for a9a0d34
.github/workflows/CI.yaml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash -l {0}
54
55
run: |
56
- pytest -v --cov=blues --cov-report=xml --color=yes blues/tests/test_propane.py blues/tests/test_randomrotation.py blues/tests/test_sidechain.py blues/tests/test_randomrotation.py blues/tests/test_watertranslation.py
+ pytest -v --cov=blues --cov-report=xml --color=yes blues/tests/test_propane.py blues/tests/test_randomrotation.py blues/tests/test_randomrotation.py blues/tests/test_watertranslation.py
57
58
- name: CodeCov
59
uses: codecov/codecov-action@v4
devtools/conda-envs/test_env.yaml
@@ -15,3 +15,5 @@ dependencies:
15
- ipykernel
16
- conda-forge::openff-toolkit
17
- parmed
18
+ - pytest
19
+ - pytest-cov
0 commit comments