We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f47df commit 80c47d5Copy full SHA for 80c47d5
.github/workflows/ci-make.yml
@@ -53,7 +53,8 @@ jobs:
53
pip install OSBModelValidation
54
pip install pyNeuroML
55
pip install numpy matplotlib
56
- pip install ruff
+ pip install ruff
57
+ pip install neuron
58
59
- name: Test directly running main program
60
run: |
.gitignore
@@ -28,3 +28,7 @@
28
/neuromlLocal/x86_64
29
/neuromlLocal/testc302NervousSystem
30
/arm64
31
+/x86_64
32
+/report.txt
33
+/exampleRun_nml
34
+/*.dat
0 commit comments