Skip to content

Commit

Permalink
Merge pull request #68 from openworm/development
Browse files Browse the repository at this point in the history
Updated GHA test scripts
  • Loading branch information
pgleeson authored May 28, 2024
2 parents df63158 + 9ebf05b commit f36b01c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/non-omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
python-version: [ 3.9 ]

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 dependencies
run: |
python setup.py install
pip install pytest
pip install pyNeuroML pytest
- name: Run some examples
run: |
echo "Running non OMV tests..."
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_validate, jNeuroML_PyNN_NEURON, Octave ]

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 OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
Expand All @@ -32,6 +34,7 @@ jobs:
- 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ OpenWormMuscleModel.egg-info
/NeuroML2/*_netpyne.py
/NeuroML2/*_main.json
arm64
/NeuroML2/LEMS_NeuronMuscle_eden.py

0 comments on commit f36b01c

Please sign in to comment.