Skip to content

Commit

Permalink
Just test on mac and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 27, 2022
1 parent 7cb3469 commit e1aeb31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:

jobs:
build:

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.9 ]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ ubuntu-latest, macos-latest ]
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate, jNeuroML_validatev1, Py_neuroConstruct ]

steps:
Expand Down

0 comments on commit e1aeb31

Please sign in to comment.