Skip to content

Commit

Permalink
Merge pull request #11 from OpenSourceBrain/experimental
Browse files Browse the repository at this point in the history
 Test on ubuntu-22.04 & more nest versions
  • Loading branch information
pgleeson authored Jan 14, 2025
2 parents 6379bcf + 8c5a49e commit 10d3472
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
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 10d3472

Please sign in to comment.