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 9ef5968 commit f13317bCopy full SHA for f13317b
.github/workflows/ci.yml
@@ -67,6 +67,11 @@ jobs:
67
#sudo apt install octave
68
sudo apt-get install -y subversion # for neuroConstruct full install...
69
70
+ - name: Install numpy < 2 if necessary...
71
+ run: |
72
+ if [[ ${{ matrix.engine }} == *"MOOSE"* ]] || [[ ${{ matrix.engine }} == *"Moose"* ]]; then pip install "numpy<2" ; fi ;
73
+ pip list
74
+
75
- name: Run OMV tests on engine ${{ matrix.engine }}
76
run: |
77
# Not yet checked: Octave, genesis
0 commit comments