We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caf9b8b + ff0811b commit 049081cCopy full SHA for 049081c
.github/workflows/omv-ci.yml
@@ -30,6 +30,11 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
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
+
38
- name: Install OMV
39
run: |
40
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
0 commit comments