File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 35
35
run : |
36
36
pip list
37
37
38
+ - name : Run some examples
39
+ run : |
40
+ cd examples
41
+ python document.py
42
+
38
43
- name : Run pytest
39
44
run : |
40
45
pip install pytest
62
67
63
68
python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@mdf
64
69
65
- python -m pip install git+https://github.com/ModECI/MDF.git@modelspec # specific branch...
70
+ git clone https://github.com/ModECI/MDF.git
71
+ cd MDF
72
+ git checkout modelspec # specific branch...
73
+ pip install .
74
+ cd examples/MDF
75
+ python arrays.py -run # test one example
66
76
67
77
- name : Final version info
68
78
run : |
Original file line number Diff line number Diff line change 1
- # modelspec
1
+ # Modelspec
2
+
3
+ Functionality for specifying models & enabling automatic serialization is being moved here from https://github.com/NeuroML/NeuroMLlite .
4
+
5
+ This package will be used by NeuroMLlite & [ MDF] ( https://github.com/ModECI/MDF/actions ) .
6
+
7
+
8
+ [ ![ Continuous builds] ( https://github.com/ModECI/modelspec/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ModECI/modelspec/actions/workflows/ci.yml )
You can’t perform that action at this time.
0 commit comments