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 77b8e48 commit d2b327cCopy full SHA for d2b327c
.github/workflows/CI.yaml
@@ -49,6 +49,8 @@ jobs:
49
# conda setup requires this special shell
50
shell: bash -l {0}
51
run: |
52
+ micromamba uninstall --force openff-toolkit
53
+ pip install git+https://github.com/kntkb/openff-toolkit.git@7e9d0225782ef723083407a1cbf1f4f70631f934
54
python -m pip install . --no-deps
55
micromamba list
56
devtools/conda-envs/test_env.yaml
@@ -9,7 +9,9 @@ dependencies:
9
- certifi
10
- openssl
11
- pytest
12
+ - pytest-cov
13
- openeye-toolkits
14
- openmmtools
15
- barnaba
16
+ - openmmforcefields=0.12
17
prefix: /lila/home/takabak/mambaforge/envs/espfit
0 commit comments