Skip to content

Commit a9a0d34

Browse files
steven ayoubsteven ayoub
authored andcommitted
Remove SideChainTester since this would require an OpenEye License
1 parent 7afb009 commit a9a0d34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash -l {0}
5454

5555
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
56+
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
5757
5858
- name: CodeCov
5959
uses: codecov/codecov-action@v4

devtools/conda-envs/test_env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ dependencies:
1515
- ipykernel
1616
- conda-forge::openff-toolkit
1717
- parmed
18+
- pytest
19+
- pytest-cov

0 commit comments

Comments
 (0)