Skip to content

Commit

Permalink
see if gbsa tests pass using OpenMM 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Nov 13, 2024
1 parent 2ee0866 commit bf25548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
PYTEST_ARGS+=" --runslow"
#fi
python -m pytest --durations=20 $PYTEST_ARGS $COV
python -m pytest --durations=20 $PYTEST_ARGS $COV -k "test_freesolv_gbsa_energies"
- name: Run code snippets in docs
if: ${{ matrix.rdkit == true && matrix.openeye == true }}
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- cached-property
- xmltodict
- python-constraint
- openmm >=7.6
- openmm =8.1
- openff-forcefields >=2023.05.1
- smirnoff99Frosst
- openff-units =0.2.0
Expand Down

0 comments on commit bf25548

Please sign in to comment.