Skip to content

Commit 7b79e24

Browse files
Padraig GleesonPadraig Gleeson
authored andcommitted
pip install 'numpy<=1.23.0'
1 parent 9f405f1 commit 7b79e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/non_omv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Install OMV
2727
run: |
2828
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
29+
30+
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
2931
3032
- name: Install OSB API
3133
run: |

0 commit comments

Comments
 (0)