Skip to content

Commit 1a4f3f7

Browse files
committed
fix ci to use attrs branches of NeuroML and MDF
This is a temporary change to CI to test against the attrs branches of MDF and NeuroML. This is just until the PRs for these repos are moved.
1 parent 7131986 commit 1a4f3f7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
4747
- name: Install & test NeuroMLlite
4848
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
5051
cd NeuroMLlite
5152
git checkout modelspec # specific branch...
5253
pip install .
@@ -60,19 +61,19 @@ jobs:
6061
run: python -m pip install git+https://github.com/SheffieldML/GPy.git@devel
6162

6263

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
7677
7778
- name: Final version info
7879
run: |

0 commit comments

Comments
 (0)