diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index aacb4a9..33b85df 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -16,14 +16,17 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.8, "3.10", "3.11" ] - engine: [ jNeuroML_validate ] + python-version: [ "3.10", "3.12", "3.13" ] + engine: [ jNeuroML_validate, Brian2 ] + exclude: + - python-version: "3.10" + engine: Brian2 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/simulators/.test.brian2.omt b/simulators/.test.brian2.omt new file mode 100644 index 0000000..0cb4f89 --- /dev/null +++ b/simulators/.test.brian2.omt @@ -0,0 +1,4 @@ +# Script for running automated tests on OSB, see https://github.com/OpenSourceBrain/osb-model-validation + +target: brian2_example.py +engine: Brian2