We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e2181 commit 744d738Copy full SHA for 744d738
1 file changed
.github/workflows/omv-ci.yml
@@ -18,6 +18,9 @@ jobs:
18
matrix:
19
python-version: [ "3.10", "3.12", "3.13" ]
20
engine: [ jNeuroML_validate, Brian2 ]
21
+ exclude:
22
+ - python-version: "3.10"
23
+ engine: Brian2
24
25
steps:
26
- uses: actions/checkout@v6
0 commit comments