Skip to content

Commit 9f405f1

Browse files
Padraig GleesonPadraig Gleeson
authored andcommitted
Install pyelectro
1 parent b851086 commit 9f405f1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/non_omv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
python-version: [ 3.7, 3.9 ]
1617

@@ -36,6 +37,7 @@ jobs:
3637
run: |
3738
cd Channelpedia
3839
pip install pyneuroml
40+
pip install pyelectro
3941
python ChannelpediaToNeuroML2.py HCN1
4042
python analyse.py
4143
pynml LEMS_Test_HCN1.xml -nogui

Channelpedia/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
set -ex
3+
14
python ChannelpediaToNeuroML2.py HCN1
25
pynml LEMS_Test_HCN1.xml &
36

0 commit comments

Comments
 (0)