Skip to content

Merge branch 'master' of github.com:OpenSourceBrain/PyNNShowcase #39

Merge branch 'master' of github.com:OpenSourceBrain/PyNNShowcase

Merge branch 'master' of github.com:OpenSourceBrain/PyNNShowcase #39

Workflow file for this run

name: Continuous builds
on:
push:
branches: [ master, development, experimental ]
pull_request:
branches: [ master, development, experimental ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9" ]
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_PyNN_NEURON, jNeuroML_validate, PyNN_NEURON, PyNN_Nest, PyNN_NeuroML, PyNN_Brian2]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
- name: Install additional packages
run: |
pip install scipy sympy matplotlib cython tables
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
- name: Run OMV tests on engine ${{ matrix.engine }}
run: |
omv all -V --engine=${{ matrix.engine }}
- name: Regenerate
run: |
omv install PyNN # required for regeneration...
omv install pyNeuroML # required for regeneration...
omv install jNeuroML
which jnml
##export JNML_HOME=/home/runner/jnml/jNeuroMLJar
##export PATH=$JNML_HOME:$PATH
./regenerate.sh
- name: OMV final version info
run: |
omv list -V # list installed engines