From 70d83fa6e80f2d593112d980298e059069a8f864 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Mon, 12 May 2025 14:18:58 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae3fbf8..b9682ba 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ The conversion to NeuroML of this model can be found [here](NeuroML2). See also https://github.com/OpenSourceBrain/Contribute/issues/15 for issue related to this. Much of the work to convert this model to NeuroML wascarried out by [Shayan Shafquat](https://github.com/shayan823) as part of Google Summer of Code 2023. + From 8275beaa52267801720d1664856d13e5d56bd11c Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Fri, 22 Aug 2025 12:39:54 +0100 Subject: [PATCH 2/2] Update omv-ci.yml --- .github/workflows/omv-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index b805894..7cee970 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -14,22 +14,20 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.8, 3.9 ] + python-version: [ 3.9, "3.12" ] engine: - jNeuroML_validate # - "NEURON:7.8.2" # slightly different spike times... - - "NEURON:8.0.0" - - "NEURON:8.0.2" - - "NEURON:8.1" + - "NEURON:8.2.6" - jNeuroML - jNeuroML_NEURON - jNeuroML_NetPyNE steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}