Skip to content

Commit

Permalink
feat: set PATH and JNML_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jul 27, 2023
1 parent 0413dd8 commit 16d1d13
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ jobs:
- name: Regenerate
run: |
echo $PATH
export JNML_HOME=/home/runner/jnml/jNeuroMLJar
export PATH=$JNML_HOME:$PATH
omv install PyNN # required for regeneration...
omv install pyNeuroML # required for regeneration...
omv install jNeuroML
#which jnml
##export JNML_HOME=/home/runner/jnml/jNeuroMLJar
##export PATH=$JNML_HOME:$PATH
#./regenerate.sh
which jnml
./regenerate.sh
- name: OMV final version info
Expand Down

0 comments on commit 16d1d13

Please sign in to comment.