We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0607df commit a42cc27Copy full SHA for a42cc27
1 file changed
.github/workflows/omv-ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: [ 3.9, 3.12 ]
+ python-version: [ 3.9, 3.11 ] # allensdk doesn't work with py 3.12...
17
engine: ["NEURON:8.1", "PyNEURON:8.1", "jNeuroML", "jNeuroML_NEURON", "jNeuroML_NetPyNE", "jNeuroML_validate"]
18
19
0 commit comments