Skip to content

Commit

Permalink
Use OpenMM 8.1 for CI tests (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlles Abreu authored Feb 1, 2024
1 parent 4281fc3 commit e6670ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.9, "3.10"]
openmm-version: ["7.7", "8.0"]
openmm-version: ["7.7", "8.1"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/MacOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
os: [macOS-latest]
python-version: [3.9, "3.10"]
openmm-version: ["8.0"]
python-version: [3.9, "3.11"]
openmm-version: ["8.1"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e6670ff

Please sign in to comment.