Skip to content

Commit 6c00690

Browse files
committed
Test updates with test_pynn012 branch
1 parent 4761e56 commit 6c00690

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/omv-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install OMV
2828
run: |
29-
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
29+
pip install git+https://github.com/OpenSourceBrain/osb-model-validation@test_pynn012
3030
3131
- name: Install additional packages
3232
run: |
@@ -44,12 +44,15 @@ jobs:
4444
export PATH=$JNML_HOME:$PATH
4545
omv install PyNN # required for regeneration...
4646
47-
pip install pynn==0.12.4 # Temp!! For testing latest PyNN
47+
#pip install pynn==0.12.4 # Temp!! For testing latest PyNN
4848
4949
omv install pyNeuroML # required for regeneration...
5050
omv install jNeuroML
5151
which jnml
52+
5253
./regenerate.sh
54+
55+
omv all -V
5356
5457
5558
- name: OMV final version info

0 commit comments

Comments
 (0)