Skip to content

Commit d5d3acf

Browse files
authored
Update CI workflow to use Ubuntu 22.04 - for EDEN...
1 parent f8abdfd commit d5d3acf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [ "3.10" ]
1818
engine: [ NEURON, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate ]
19-
runs-on: [ubuntu-latest, macos-latest ]
19+
runs-on: [ubuntu-22.04, macos-latest ]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -35,8 +35,7 @@ jobs:
3535
run: |
3636
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3737
pip install scipy sympy matplotlib cython pandas tables
38-
39-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
38+
4039

4140
- name: Run OMV tests on engine ${{ matrix.engine }}
4241
run: |

0 commit comments

Comments
 (0)