Skip to content

Commit 12ff20f

Browse files
Padraig GleesonPadraig Gleeson
authored andcommitted
Update dependencies
1 parent 36ce1cf commit 12ff20f

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
pip install jupyter
3838
pip install jupyter_packaging
3939
pip install scipy
40+
pip install libneuroml
4041
4142
python setup.py install
4243

.github/workflows/ci_pip.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ jobs:
2222
uses: actions/setup-python@v2
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
- name: Install pyneuroml
26-
run: |
27-
pip install pyneuroml
25+
26+
2827
- name: Install Moose
2928
run: |
29+
30+
pip install libNeuroML scipy # missing(?) dependencies
31+
3032
pip install pymoose
3133
pip list
32-
34+
3335
- name: Test Moose files
3436
run: |
3537
python tests/python/test_function.py

.github/workflows/ci_pre_pip.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
uses: actions/setup-python@v2
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
- name: Install pyneuroml
26-
run: |
27-
pip install pyneuroml
25+
2826

2927
- name: Install Moose
3028
run: |
29+
30+
pip install libNeuroML scipy # missing(?) dependencies
31+
3132
pip install pymoose --pre
3233
pip list
3334

0 commit comments

Comments
 (0)