Skip to content

Commit 049081c

Browse files
committed
Merge branch 'test22.04' of github.com:OpenSourceBrain/PospischilEtAl2008 into test22.04
2 parents caf9b8b + ff0811b commit 049081c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/omv-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33+
- name: Install numpy < 2 if necessary...
34+
run: |
35+
if [[ ${{ matrix.engine }} == *"MOOSE"* ]] || [[ ${{ matrix.engine }} == *"Moose"* ]]; then pip install "numpy<2" ; fi ;
36+
pip list
37+
3338
- name: Install OMV
3439
run: |
3540
pip install git+https://github.com/OpenSourceBrain/osb-model-validation

0 commit comments

Comments
 (0)