Skip to content

Commit

Permalink
Update omv-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Apr 27, 2022
1 parent 856a94a commit 7cb3469
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 @@ -9,12 +9,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

name: Check Py v${{ matrix.python-version }} on ${{ matrix.runs-on }} with ${{ matrix.engine }}
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.9 ]
python-version: [ 3.9 ]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate, jNeuroML_validatev1, Py_neuroConstruct ]

steps:
Expand Down

0 comments on commit 7cb3469

Please sign in to comment.