File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 57
57
python test.py
58
58
59
59
- name : Test NeuroML examples
60
- if : ${{ matrix.python-version != '3.7'}}
61
60
run : |
62
61
63
62
cd examples/neuroml2
66
65
# Note: NeuroML files will be validated with OMV below
67
66
68
67
- name : Test SBML examples
69
- if : ${{ matrix.python-version != '3.7'}}
70
68
run : |
71
69
72
70
cd examples/sbml
@@ -76,11 +74,11 @@ jobs:
76
74
run : |
77
75
pytest tests -v
78
76
79
- - name : Install & test NeuroMLlite
77
+ - name : Test NeuroMLlite
80
78
run : |
81
79
git clone --branch development https://github.com/NeuroML/NeuroMLlite.git
82
80
cd NeuroMLlite
83
- #pip install . # Use versions of neuroml libs as set in setup.py
81
+ # pip install . # Use versions of neuroml libs as set in modelspec's setup.cfg -> dev -> NeuroMLlite
84
82
cd examples
85
83
python Example1.py
86
84
94
92
python arrays.py -run # test one example
95
93
96
94
- name : Build Documentation
97
- if : ${{ matrix.python-version != '3.7'}}
98
95
run : |
99
96
# Note: contributors generation below fails on py 3.7 due to pandas version...
100
97
pip install .[docs]
Original file line number Diff line number Diff line change 3
3
# Modelspec contributors
4
4
5
5
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
6
- This page is generated periodically, most recently on 2023-12-13 .
6
+ This page is generated periodically, most recently on 2024-01-17 .
7
7
8
8
- Padraig Gleeson ([ @pgleeson ] ( https://github.com/pgleeson ) )
9
9
- Manifest Chakalov ([ @mqnifestkelvin ] ( https://github.com/mqnifestkelvin ) )
@@ -12,3 +12,4 @@ This page is generated periodically, most recently on 2023-12-13.
12
12
- Parikshit Singh Rathore ([ @parikshit14 ] ( https://github.com/parikshit14 ) )
13
13
- Ankur Sinha ([ @sanjayankur31 ] ( https://github.com/sanjayankur31 ) )
14
14
- kmantel ([ @kmantel ] ( https://github.com/kmantel ) )
15
+ - Robert Vickerstaff ([ @robertvi ] ( https://github.com/robertvi ) )
You can’t perform that action at this time.
0 commit comments