Skip to content

Add shell bash to ensure run on win #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
pip list

- name: Run simple examples
shell: bash
run: |
cd examples
python document.py
Expand All @@ -70,6 +71,7 @@ jobs:
python test.py

- name: Test NeuroML examples
shell: bash
run: |

cd examples/neuroml2
Expand All @@ -78,6 +80,7 @@ jobs:
# Note: NeuroML files will be validated with OMV below

- name: Test SBML examples
shell: bash
run: |

cd examples/sbml
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/api/Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Modelspec contributors

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

- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
Expand Down
Loading