Skip to content

Commit

Permalink
Don't export NEURON_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 24, 2024
1 parent 11a8eb9 commit 9001477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/non_omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
cd c302
mkdir examples
python c302_IClamp.py A
pip install NEURON==8.0.1 # Need to install NEURON
pip install NEURON # Need to install NEURON
which nrnivmodl
env
export NEURON_HOME=$RUNNER_TOOL_CACHE/Python/3.9.7/x64/
#export NEURON_HOME=$RUNNER_TOOL_CACHE/Python/3.9.7/x64/
- name: Run test script
run: |
Expand Down

0 comments on commit 9001477

Please sign in to comment.