From df2055ef9d4b58daa10e10a880a9abee3ecd7587 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Fri, 28 Feb 2025 17:31:15 +0000 Subject: [PATCH] Add shell bash to ensure run on win --- .github/workflows/ci.yml | 3 +++ docs/sphinx/source/api/Contributors.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51e453f..dde8073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: pip list - name: Run simple examples + shell: bash run: | cd examples python document.py @@ -70,6 +71,7 @@ jobs: python test.py - name: Test NeuroML examples + shell: bash run: | cd examples/neuroml2 @@ -78,6 +80,7 @@ jobs: # Note: NeuroML files will be validated with OMV below - name: Test SBML examples + shell: bash run: | cd examples/sbml diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index a64b613..59fd61f 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -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))