Skip to content

Commit 744d738

Browse files
authored
Update CI matrix to exclude specific Python version
Exclude Python 3.10 with the Brian2 engine from the CI matrix.
1 parent 38e2181 commit 744d738

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
matrix:
1919
python-version: [ "3.10", "3.12", "3.13" ]
2020
engine: [ jNeuroML_validate, Brian2 ]
21+
exclude:
22+
- python-version: "3.10"
23+
engine: Brian2
2124

2225
steps:
2326
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)