Skip to content

Commit

Permalink
Exclude matrix element where there isn't an openmm build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jan 17, 2025
1 parent 6b047bf commit 67341a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
openmm: ["8.0", "8.1.2"]
exlcude:
- python-version: "3.12"
openmm: "8.0"

env:
OPENMM: ${{ matrix.openmm }}
Expand Down

0 comments on commit 67341a4

Please sign in to comment.