Skip to content

Commit

Permalink
Merge pull request #13 from OpenSourceBrain/development
Browse files Browse the repository at this point in the history
 Fix test on macos
  • Loading branch information
pgleeson authored Jun 18, 2024
2 parents 54e4911 + bbdca10 commit 3a8285e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,23 @@ 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]


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ in cerebellar Golgi cells**. [Front Cell Neurosci. 2007;1:2](http://journal.fron

Based on implementation in NEURON taken from: http://senselab.med.yale.edu/modeldb/ShowModel.asp?model=112685.

For more information see
For more information see:
http://www.opensourcebrain.org/projects/cerebellum--cerebellar-golgi-cell--solinasetal-golgicell


### Reusing this model

The code in this repository is provided under the terms of the [software license](LICENSE) included with it. If you use this model in your research, we respectfully ask you to cite the references outlined in the [CITATION](CITATION.md) file.
Expand Down

0 comments on commit 3a8285e

Please sign in to comment.