Skip to content

Commit 38d4eb5

Browse files
authored
Update omv-ci.yml
1 parent 1ebc941 commit 38d4eb5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04 # for EDEN...
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -30,8 +30,6 @@ jobs:
3030
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3131
pip install scipy sympy matplotlib cython pandas tables
3232
33-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
34-
3533
- name: Run OMV tests on engine ${{ matrix.engine }}
3634
run: |
3735
omv all -V --engine=${{ matrix.engine }}

0 commit comments

Comments
 (0)