File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 3737 pip install jupyter
3838 pip install jupyter_packaging
3939 pip install scipy
40+ pip install libneuroml
4041
4142 python setup.py install
4243
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments