Skip to content

Commit 2dcf9b7

Browse files
Padraig GleesonPadraig Gleeson
authored andcommitted
1 parent 58fa34d commit 2dcf9b7

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/build-ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
uses: actions/setup-python@v2
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
25-
- name: Install pyneuroml
26-
run: |
27-
pip install pyneuroml
2824

2925

3026
- name: Install OMV
@@ -34,13 +30,10 @@ jobs:
3430
- name: Install Moose from GitHub
3531
run: |
3632
37-
git clone https://github.com/OpenSourceBrain/moose-core.git
33+
git clone https://github.com/BhallaLab/moose-core.git
3834
cd moose-core
39-
git checkout nml2_updates_3
35+
git checkout master
4036
41-
pip install jupyter
42-
pip install jupyter_packaging
43-
pip install scipy
4437
python setup.py install
4538
4639
pip list
@@ -57,13 +50,18 @@ jobs:
5750
echo "Running simple file"
5851
python simple.py
5952
53+
echo "Running NeuroML file"
54+
python run_hhcell.py -nogui
55+
6056
6157
- name: Test OMV on Moose
6258
run: |
6359
cd NeuroML/test_files
6460
omv all --engine=jNeuroML_Moose
6561
6662
63+
64+
6765
- name: Final version info
6866
run: |
6967
pip list

0 commit comments

Comments
 (0)