Skip to content

Commit d2b327c

Browse files
committed
pin openmmforcefields and manuall pip install openff-toolkit in CI
1 parent 77b8e48 commit d2b327c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
# conda setup requires this special shell
5050
shell: bash -l {0}
5151
run: |
52+
micromamba uninstall --force openff-toolkit
53+
pip install git+https://github.com/kntkb/openff-toolkit.git@7e9d0225782ef723083407a1cbf1f4f70631f934
5254
python -m pip install . --no-deps
5355
micromamba list
5456

devtools/conda-envs/test_env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ dependencies:
99
- certifi
1010
- openssl
1111
- pytest
12+
- pytest-cov
1213
- openeye-toolkits
1314
- openmmtools
1415
- barnaba
16+
- openmmforcefields=0.12
1517
prefix: /lila/home/takabak/mambaforge/envs/espfit

0 commit comments

Comments
 (0)