Skip to content

Commit b041d05

Browse files
committed
Fix formatting & run omv just in examples folder
1 parent e62a3d2 commit b041d05

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ jobs:
6060
cd ../neuroml2
6161
python neuroml2_spec.py
6262
63-
pip install pyneuroml
64-
65-
# Requires: pip install pyneuroml
66-
pynml -validate hello_world_neuroml.net.nml
67-
pynml -validate TestNeuroML.xml
63+
# Note: NeuroML files will be validated with OMV below
6864
6965
- name: Run pytest
7066
run: |
@@ -105,6 +101,7 @@ jobs:
105101
pip install scipy sympy matplotlib cython pandas tables
106102
107103
# Run OMV tests on all engines
104+
cd examples
108105
omv all -V
109106
110107
omv list -V # list installed engines

examples/neuroml2/.test.validate.omt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
22

33
# This test will validate NeuroML 2 files in the current directory using: jnml -validate *.nml
44
target: "*.nml TestNeuroML.xml"

0 commit comments

Comments
 (0)