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.
1 parent 7de611b commit ff0811bCopy full SHA for ff0811b
.github/workflows/omv-ci.yml
@@ -25,6 +25,11 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
28
+ - name: Install numpy < 2 if necessary...
29
+ run: |
30
+ if [[ ${{ matrix.engine }} == *"MOOSE"* ]] || [[ ${{ matrix.engine }} == *"Moose"* ]]; then pip install "numpy<2" ; fi ;
31
+ pip list
32
+
33
- name: Install OMV
34
run: |
35
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
0 commit comments