File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
-
21
+
22
22
- name : Set up Python ${{ matrix.python-version }}
23
23
uses : actions/setup-python@v5
24
24
with :
28
28
run : g++ -v
29
29
30
30
- name : Install dependencies (Ubuntu)
31
- run : sudo apt-get install -y nlohmann-json3-dev tree
31
+ run : sudo apt-get install -y nlohmann-json3-dev tree
32
32
if : ${{ contains(matrix.runs-on, 'ubuntu') }}
33
33
34
34
- name : Install dependencies (macOS)
@@ -50,11 +50,11 @@ jobs:
50
50
51
51
- name : Install Python requirements
52
52
run : |
53
+ pip install NEURON==8.2.6
53
54
pip install OSBModelValidation
54
55
pip install pyNeuroML
55
56
pip install numpy matplotlib
56
57
pip install ruff
57
- pip install neuron
58
58
59
59
- name : Test directly running main program
60
60
run : |
Original file line number Diff line number Diff line change 1
- # Neuromechanical model of forward and backward locomotion in _ C. elegans_
1
+ # Neuromechanical model of forward and backward locomotion in _ C. elegans_
2
2
3
3
This repository contains all the classes necessary to evolve a neuromechanical model of _ C. elegans_ to produce forward and backward locomotion.
4
4
You can’t perform that action at this time.
0 commit comments