Skip to content

Commit a061d40

Browse files
committed
get rid of checkout of modelspec branch
Drop the checkout of modelspec branch from NeuroMLLite and MDF repos.
1 parent 906b4f1 commit a061d40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: |
4949
git clone --branch attrs2 https://github.com/davidt0x/NeuroMLlite.git
5050
cd NeuroMLlite
51-
git checkout modelspec # specific branch...
5251
pip install .
5352
pip install pyneuroml>=0.5.18
5453
cd examples
@@ -69,7 +68,6 @@ jobs:
6968
7069
git clone --branch attrs https://github.com/ModECI/MDF.git
7170
cd MDF
72-
git checkout modelspec # specific branch...
7371
pip install .
7472
cd examples/MDF
7573
python arrays.py -run # test one example

0 commit comments

Comments
 (0)