From b3db3a6e0d12bea32f63eab2e2df3b5e98b144c2 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Wed, 17 Jan 2024 18:25:45 +0000 Subject: [PATCH] Remove 3.7 checks in ci --- .github/workflows/ci.yml | 7 ++----- docs/sphinx/source/api/Contributors.md | 3 ++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44058c1..1d71ca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,6 @@ jobs: python test.py - name: Test NeuroML examples - if: ${{ matrix.python-version != '3.7'}} run: | cd examples/neuroml2 @@ -66,7 +65,6 @@ jobs: # Note: NeuroML files will be validated with OMV below - name: Test SBML examples - if: ${{ matrix.python-version != '3.7'}} run: | cd examples/sbml @@ -76,11 +74,11 @@ jobs: run: | pytest tests -v - - name: Install & test NeuroMLlite + - name: Test NeuroMLlite run: | git clone --branch development https://github.com/NeuroML/NeuroMLlite.git cd NeuroMLlite - #pip install . # Use versions of neuroml libs as set in setup.py + # pip install . # Use versions of neuroml libs as set in modelspec's setup.cfg -> dev -> NeuroMLlite cd examples python Example1.py @@ -94,7 +92,6 @@ jobs: python arrays.py -run # test one example - name: Build Documentation - if: ${{ matrix.python-version != '3.7'}} run: | # Note: contributors generation below fails on py 3.7 due to pandas version... pip install .[docs] diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index a43d688..8877907 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 2023-12-13. +This page is generated periodically, most recently on 2024-01-17. - Padraig Gleeson ([@pgleeson](https://github.com/pgleeson)) - Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin)) @@ -12,3 +12,4 @@ This page is generated periodically, most recently on 2023-12-13. - Parikshit Singh Rathore ([@parikshit14](https://github.com/parikshit14)) - Ankur Sinha ([@sanjayankur31](https://github.com/sanjayankur31)) - kmantel ([@kmantel](https://github.com/kmantel)) +- Robert Vickerstaff ([@robertvi](https://github.com/robertvi))