Skip to content

Commit

Permalink
run latest version of openmm in CI (#345)
Browse files Browse the repository at this point in the history
* run latest version of openmm

* run n, n-1 openmm versions
  • Loading branch information
mikemhenry authored Jul 29, 2024
1 parent 051cbcb commit 72431bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
test:
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, OpenMM ${{ matrix.openmm-version }}
runs-on: ${{ matrix.os }}
env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt
Expand All @@ -31,6 +31,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
amber-conversion: [false]
charmm-conversion: [false]
openmm-version: ["8.1.1", "8.1.2"]

steps:
- uses: actions/checkout@v4
Expand All @@ -41,6 +42,7 @@ jobs:
environment-file: devtools/conda-envs/test_env.yaml
create-args: >-
python=${{ matrix.python-version }}
openmm=${{ matrix.openmm-version }}
- name: Install Package
run: |
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dependencies:
- pytest-cov
- pytest-xdist
- pytest-randomly
- openmm <8.1.1
- openmm
- openff-toolkit >=0.11
- pyyaml
- ambertools >=22,<24
- lxml
- networkx
- tinydb
- validators
- validators

0 comments on commit 72431bb

Please sign in to comment.