We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5d046 commit 4761e56Copy full SHA for 4761e56
1 file changed
.github/workflows/omv-ci.yml
@@ -43,6 +43,9 @@ jobs:
43
export JNML_HOME=/home/runner/jnml/jNeuroMLJar
44
export PATH=$JNML_HOME:$PATH
45
omv install PyNN # required for regeneration...
46
+
47
+ pip install pynn==0.12.4 # Temp!! For testing latest PyNN
48
49
omv install pyNeuroML # required for regeneration...
50
omv install jNeuroML
51
which jnml
0 commit comments