Skip to content

Commit 53c86e9

Browse files
authored
Update ci.yml
1 parent 5c1eba6 commit 53c86e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
5858
- name: Test NeuroML examples
5959
if: ${{ matrix.python-version != '3.7'}}
60+
run: |
6061
6162
cd examples/neuroml2
6263
python neuroml2_spec.py
@@ -65,6 +66,7 @@ jobs:
6566
6667
- name: Test SBML examples
6768
if: ${{ matrix.python-version != '3.7'}}
69+
run: |
6870
6971
cd examples/sbml
7072
./regenerateAndTest.sh

0 commit comments

Comments
 (0)