Skip to content

Commit f2b0f0c

Browse files
committed
Testing other branches
1 parent 8e5178e commit f2b0f0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Install & test NeuroMLlite
4848
run: |
49-
git clone --branch attrs2 https://github.com/davidt0x/NeuroMLlite.git
49+
git clone --branch experimental https://github.com/NeuroML/NeuroMLlite.git
5050
cd NeuroMLlite
5151
pip install .
5252
pip install pyneuroml>=0.5.18
@@ -63,10 +63,10 @@ jobs:
6363
if: ${{ matrix.python-version != '2.7' }}
6464
run: |
6565
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
6868
69-
git clone --branch attrs https://github.com/ModECI/MDF.git
69+
git clone --branch attrs_test https://github.com/ModECI/MDF.git
7070
cd MDF
7171
pip install .
7272
cd examples/MDF

0 commit comments

Comments
 (0)