Skip to content

Commit

Permalink
nrnutils needs to be installed _after_ neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Apr 20, 2022
1 parent 69438c1 commit 72df137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Install NEURON
if: startsWith(matrix.os, 'ubuntu')
run: |
python -m pip install neuron nrnutils
python -m pip install neuron
python -m pip install nrnutils
- name: Install NEST
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 72df137

Please sign in to comment.