Skip to content

Commit

Permalink
Adjuts actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 11, 2024
1 parent a160cc6 commit 847894c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,26 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, "3.11" ]
engine: [ NetPyNE, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_validate ]
python-version: [ 3.9, "3.11" ]
#engine: [ jNeuroML_validate, jNeuroML_NEURON ]
engine: [ jNeuroML_validate]

steps:
- uses: actions/checkout@v4

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

- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
run: |
pip install OSBModelValidation
- name: Run OMV tests on engine ${{ matrix.engine }}
run: |
omv all -V --engine=${{ matrix.engine }}
- name: OMV final version info
run: |
omv list -V # list installed engines
Expand Down

0 comments on commit 847894c

Please sign in to comment.