Skip to content

Commit 23ec6da

Browse files
authored
Update build-ci.yml
1 parent f65064d commit 23ec6da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- name: Install pyneuroml
2626
run: |
2727
pip install pyneuroml
28+
29+
30+
- name: Install OMV
31+
run: |
32+
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
33+
2834
- name: Install Moose from GitHub
2935
run: |
3036
@@ -50,11 +56,6 @@ jobs:
5056
echo "Running simple file"
5157
python simple.py
5258
53-
- name: Install OMV
54-
run: |
55-
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
56-
pip install scipy sympy matplotlib cython pandas tables
57-
5859
5960
- name: Test OMV on Moose
6061
run: |

0 commit comments

Comments
 (0)