Skip to content

Commit

Permalink
Copy hoc files from neurodamus-models
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Aug 20, 2024
1 parent 09dcf05 commit 8673bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simulation_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
export RDMAV_FORK_SAFE=1
fi;
export PYTHONPATH=$(pwd)/nrn/build/lib/python:$PYTHONPATH
cp neurodamus/neurodamus/data/hoc/* neurodamus/tests/share/hoc/
export HOC_LIBRARY_PATH=$(pwd)/neurodamus/tests/share/hoc
cp neurodamus-models/neocortex/hoc/* neurodamus/neurodamus/data/hoc/
export HOC_LIBRARY_PATH=$(pwd)/neurodamus/neurodamus/data/hoc
export NEURODAMUS_PYTHON=$(pwd)/neurodamus/neurodamus/data
export CORENEURONLIB=$(pwd)/neurodamus/x86_64/libcorenrnmech.so
export PATH=$(pwd)/neurodamus/x86_64:$PATH
Expand Down

0 comments on commit 8673bbb

Please sign in to comment.