We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebc941 commit 38d4eb5Copy full SHA for 38d4eb5
1 file changed
.github/workflows/omv-ci.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # for EDEN...
14
strategy:
15
fail-fast: false
16
matrix:
@@ -30,8 +30,6 @@ jobs:
30
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
31
pip install scipy sympy matplotlib cython pandas tables
32
33
- pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
34
-
35
- name: Run OMV tests on engine ${{ matrix.engine }}
36
run: |
37
omv all -V --engine=${{ matrix.engine }}
0 commit comments