Skip to content

Commit

Permalink
Merge pull request #8 from OpenSourceBrain/development
Browse files Browse the repository at this point in the history
Test more nest
  • Loading branch information
pgleeson authored May 1, 2024
2 parents 742804f + edb5a0e commit bed57f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9, "3.10" ]
engine: [ PyNEST, PyNN_Nest, PyNN_NEURON, PyNN_Brian2, PyNN_NeuroML, jNeuroML_validate, jNeuroML, jNeuroML_NEURON ]
python-version: [ 3.8, "3.10" ]
engine: [ PyNEST, "PyNEST:3.4", "PyNEST:3.5", PyNN_Nest, PyNN_NEURON, PyNN_Brian2, PyNN_NeuroML, jNeuroML_validate, jNeuroML, jNeuroML_NEURON ]
exclude:
- python-version: 3.8
engine: PyNN_Brian2
Expand Down

0 comments on commit bed57f9

Please sign in to comment.