Skip to content

Commit b271d89

Browse files
committed
Updates jnml/pynml handling
1 parent aa5dacb commit b271d89

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ jobs:
4040
4141
- name: Regenerate
4242
run: |
43-
export JNML_HOME=/home/runner/jnml/jNeuroMLJar
44-
export PATH=$JNML_HOME:$PATH
45-
omv install PyNN # required for regeneration...
46-
omv install pyNeuroML # required for regeneration...
47-
omv install jNeuroML
43+
omv install pyNeuroML # required for regeneration (installs jnml too)...
44+
45+
which pynml
4846
which jnml
4947
./regenerate.sh
5048

0 commit comments

Comments
 (0)