File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Install & test NeuroMLlite
48
48
run : |
49
- git clone https://github.com/NeuroML/NeuroMLlite.git
49
+ # git clone https://github.com/NeuroML/NeuroMLlite.git
50
+ git clone --branch attrs2 https://github.com/davidt0x/NeuroMLlite.git
50
51
cd NeuroMLlite
51
52
git checkout modelspec # specific branch...
52
53
pip install .
@@ -60,19 +61,19 @@ jobs:
60
61
run : python -m pip install git+https://github.com/SheffieldML/GPy.git@devel
61
62
62
63
63
- # - name: Install MDF
64
- # if: ${{ matrix.python-version != '2.7' }}
65
- # run: |
66
- #
67
- # # Install psyneulink - mdf branch
68
- # python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@mdf
69
- #
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
64
+ - name : Install MDF
65
+ if : ${{ matrix.python-version != '2.7' }}
66
+ run : |
67
+
68
+ # Install psyneulink - mdf branch
69
+ python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@mdf
70
+
71
+ git clone --branch attrs https://github.com/ModECI/MDF.git
72
+ cd MDF
73
+ git checkout modelspec # specific branch...
74
+ pip install .
75
+ cd examples/MDF
76
+ python arrays.py -run # test one example
76
77
77
78
- name : Final version info
78
79
run : |
You can’t perform that action at this time.
0 commit comments