Skip to content

Commit

Permalink
Merge branch 'openmm:main' into remove-cmmremover
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Feb 27, 2025
2 parents 27b70f4 + 7565e25 commit cf1293b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, macos-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
amber-conversion: [false]
charmm-conversion: [false]
openmm-version: ["8.1.1", "8.1.2"]
openmm-version: ["8.1.2", "8.2.0"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ dependencies:
- pytest-randomly
- openmm
- openff-toolkit >=0.11
- openff-interchange =0.4.1
- pyyaml
- ambertools >=22,<24
- ambertools >=24
- lxml
- networkx
- tinydb
Expand Down

0 comments on commit cf1293b

Please sign in to comment.