Skip to content

Commit

Permalink
Fix test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 31, 2024
1 parent f7a7d4e commit da6582b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.9 ]
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, jNeuroML_validatev1, "NEURON:8.1" ]
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, jNeuroML_validatev1, "NEURON:8.1", "NEURON:8.2.2" ]
runs-on: [ubuntu-latest, macos-latest]


Expand All @@ -27,6 +27,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install HDF5 for pytables on macos-latest
if: ${{ matrix.runs-on == 'macos-latest' }}
run: |
brew install hdf5
- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
Expand Down

0 comments on commit da6582b

Please sign in to comment.