Skip to content

Commit c09a5e1

Browse files
Padraig GleesonPadraig Gleeson
authored andcommitted
Use pyneuroml not libneuroml
1 parent 12ff20f commit c09a5e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip install jupyter
3838
pip install jupyter_packaging
3939
pip install scipy
40-
pip install libneuroml
40+
pip install pyneuroml
4141
4242
python setup.py install
4343

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Moose
2828
run: |
2929
30-
pip install libNeuroML scipy # missing(?) dependencies
30+
pip install pyneuroml scipy # missing(?) dependencies
3131
3232
pip install pymoose
3333
pip list

.github/workflows/ci_pre_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install Moose
2828
run: |
2929
30-
pip install libNeuroML scipy # missing(?) dependencies
31-
30+
pip install pyneuroml scipy # missing(?) dependencies
31+
3232
pip install pymoose --pre
3333
pip list
3434

0 commit comments

Comments
 (0)