Skip to content

Commit

Permalink
Merge pull request #8 from OpenSourceBrain/development
Browse files Browse the repository at this point in the history
 Test on nest 3.5 and 3.6
  • Loading branch information
pgleeson authored Jun 17, 2024
2 parents d2006a1 + 0fe6dae commit 6379bcf
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.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
engine:
- jLEMS
- jNeuroML
Expand All @@ -32,16 +32,18 @@ jobs:
- "NEST:3.2"
- "NEST:3.3"
- "NEST:3.4"
- "NEST:3.5"
- "NEST:3.6"
exclude:
- python-version: "3.10"
- engine: "PyNEST:2.20.0"


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 6379bcf

Please sign in to comment.