Skip to content

Commit f13317b

Browse files
committed
Test numpy<2 on moose
1 parent 9ef5968 commit f13317b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
#sudo apt install octave
6868
sudo apt-get install -y subversion # for neuroConstruct full install...
6969
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+
7075
- name: Run OMV tests on engine ${{ matrix.engine }}
7176
run: |
7277
# Not yet checked: Octave, genesis

0 commit comments

Comments
 (0)