Skip to content

Commit

Permalink
Update gh-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Apr 29, 2024
1 parent da930c5 commit 479a883
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
mdanalysis-version: ["latest", "develop"]
# Manually exclude any combinations of the test matrix that can't be run
exclude:
- mdanalysis-version: "latest"
python-version: "3.12"
# The latest release of MDAnalysis only supports up to Python 3.11
# so we exclude 3.12 from the test matrix (issue
- python-version: "3.12"
mdanalysis-version: "latest"

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

0 comments on commit 479a883

Please sign in to comment.