Skip to content

Commit

Permalink
Merge pull request #9 from OpenSourceBrain/experimental
Browse files Browse the repository at this point in the history
Test nest 3.6-3.8
  • Loading branch information
pgleeson authored Dec 20, 2024
2 parents 0fe6dae + 0fa1a35 commit c4bccdd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.11"]
engine:
- jLEMS
- jNeuroML
Expand All @@ -24,16 +24,18 @@ jobs:
- "PyNEST:3.2"
- "PyNEST:3.3"
- "PyNEST:3.4"
- "PyNEST:3.6"
- "PyNEST:3.8"
- NEST
- "NEST:2.16.0"
- "NEST:2.18.0"
- "NEST:3.0"
- "NEST:3.1"
- "NEST:3.2"
- "NEST:3.3"
- "NEST:3.4"
- "NEST:3.5"
- "NEST:3.6"
- "NEST:3.7"
- "NEST:3.8"
exclude:
- python-version: "3.10"
- engine: "PyNEST:2.20.0"
Expand Down

0 comments on commit c4bccdd

Please sign in to comment.