Skip to content

Commit 1ffb926

Browse files
authored
Merge pull request #82 from ModECI/experimental
Add shell bash to ensure run on win
2 parents 0bbf664 + df2055e commit 1ffb926

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
pip list
6262
6363
- name: Run simple examples
64+
shell: bash
6465
run: |
6566
cd examples
6667
python document.py
@@ -70,6 +71,7 @@ jobs:
7071
python test.py
7172
7273
- name: Test NeuroML examples
74+
shell: bash
7375
run: |
7476
7577
cd examples/neuroml2
@@ -78,6 +80,7 @@ jobs:
7880
# Note: NeuroML files will be validated with OMV below
7981
8082
- name: Test SBML examples
83+
shell: bash
8184
run: |
8285
8386
cd examples/sbml

docs/sphinx/source/api/Contributors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Modelspec contributors
44

55
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
6-
This page is generated periodically, most recently on 2025-02-05.
6+
This page is generated periodically, most recently on 2025-02-28.
77

88
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
99
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))

0 commit comments

Comments
 (0)