Skip to content

Commit 16b6294

Browse files
committed
Better test versions
1 parent a2bb97d commit 16b6294

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ "3.9", "3.10" ]
17+
python-version: [ "3.9", "3.10", "3.11" ]
1818

1919
steps:
2020
- uses: actions/checkout@v6

.github/workflows/omv-ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.11" ] # allensdk doesn't work with py 3.12...
16+
python-version: [ "3.10", "3.11" ] # allensdk doesn't work with py 3.12...
1717
engine: ["NEURON", "PyNEURON", "NEURON:8.1", "PyNEURON:8.1", "jNeuroML", "jNeuroML_NEURON", "jNeuroML_NetPyNE", "jNeuroML_validate"]
18-
18+
exclude:
19+
- python-version: "3.11"
20+
engine: "NEURON:8.1"
21+
- python-version: "3.11"
22+
engine: "PyNEURON:8.1"
1923

2024
steps:
2125
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)