Skip to content

Commit 80c47d5

Browse files
committed
Ensure neuron installed
1 parent a4f47df commit 80c47d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-make.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
pip install OSBModelValidation
5454
pip install pyNeuroML
5555
pip install numpy matplotlib
56-
pip install ruff
56+
pip install ruff
57+
pip install neuron
5758
5859
- name: Test directly running main program
5960
run: |

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
/neuromlLocal/x86_64
2929
/neuromlLocal/testc302NervousSystem
3030
/arm64
31+
/x86_64
32+
/report.txt
33+
/exampleRun_nml
34+
/*.dat

0 commit comments

Comments
 (0)