Skip to content

Commit 194ea55

Browse files
committed
fix(ci): explicitly set JNML_HOME so we know where the jnml script is
1 parent 66dbb2a commit 194ea55

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)