Skip to content

Commit

Permalink
Remove 3.7 checks in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 17, 2024
1 parent c67ef05 commit b3db3a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
python test.py
- name: Test NeuroML examples
if: ${{ matrix.python-version != '3.7'}}
run: |
cd examples/neuroml2
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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]
Expand Down
3 changes: 2 additions & 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 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))
Expand All @@ -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))

0 comments on commit b3db3a6

Please sign in to comment.