Skip to content

Commit 74f206b

Browse files
committed
Merge branch 'feat/set-jnml-home' of github.com:sanjayankur31/PyNNShowcase
2 parents 9c4f869 + 194ea55 commit 74f206b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
4242
- name: Regenerate
4343
run: |
44+
export JNML_HOME=/home/runner/jnml/jNeuroMLJar
45+
export PATH=$JNML_HOME:$PATH
4446
omv install PyNN # required for regeneration...
4547
omv install pyNeuroML # required for regeneration...
4648
omv install jNeuroML
4749
which jnml
48-
##export JNML_HOME=/home/runner/jnml/jNeuroMLJar
49-
##export PATH=$JNML_HOME:$PATH
5050
./regenerate.sh
5151
5252

0 commit comments

Comments
 (0)