Skip to content

Commit e5e3352

Browse files
committed
Merge branch 'development' into test_neuroml_pg
2 parents 2db255c + 47f5b8c commit e5e3352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-make.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
21+
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
2424
with:
@@ -28,7 +28,7 @@ jobs:
2828
run: g++ -v
2929

3030
- 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
3232
if: ${{ contains(matrix.runs-on, 'ubuntu') }}
3333

3434
- name: Install dependencies (macOS)
@@ -50,11 +50,11 @@ jobs:
5050

5151
- name: Install Python requirements
5252
run: |
53+
pip install NEURON==8.2.6
5354
pip install OSBModelValidation
5455
pip install pyNeuroML
5556
pip install numpy matplotlib
5657
pip install ruff
57-
pip install neuron
5858
5959
- name: Test directly running main program
6060
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Neuromechanical model of forward and backward locomotion in _C. elegans_
1+
# Neuromechanical model of forward and backward locomotion in _C. elegans_
22

33
This repository contains all the classes necessary to evolve a neuromechanical model of _C. elegans_ to produce forward and backward locomotion.
44

0 commit comments

Comments
 (0)