File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 --branch attrs2 https://github.com/davidt0x /NeuroMLlite.git
49
+ git clone --branch experimental https://github.com/NeuroML /NeuroMLlite.git
50
50
cd NeuroMLlite
51
51
pip install .
52
52
pip install pyneuroml>=0.5.18
@@ -63,10 +63,10 @@ jobs:
63
63
if : ${{ matrix.python-version != '2.7' }}
64
64
run : |
65
65
66
- # Install psyneulink - mdf branch
67
- python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@mdf
66
+ # Install psyneulink
67
+ python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git
68
68
69
- git clone --branch attrs https://github.com/ModECI/MDF.git
69
+ git clone --branch attrs_test https://github.com/ModECI/MDF.git
70
70
cd MDF
71
71
pip install .
72
72
cd examples/MDF
You can’t perform that action at this time.
0 commit comments