Skip to content

Commit

Permalink
updated exclud for mda-dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent 68955c4 commit 3a3271c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
python-version: ${{ fromJSON(needs.environment-config.outputs.python-matrix) }}
mdanalysis-version: ["latest", "develop"]
exclude:
- python-version: ["3.9", "<=3.12"]
mdanalysis-version: ["latest", "develop"]
- python-version: "3.9"
mdanalysis-version: "latest"
- python-version: ["3.9", "3.10", "3.11", "3.12"]
mdanalysis-version: "develop"

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

0 comments on commit 3a3271c

Please sign in to comment.