Skip to content

Commit 3044940

Browse files
Fix failing libpressio tests (#558)
* debug output * Checking sth * Dont use wheel for mpi4py * restricting mpi4py version number * Fix
1 parent 55093eb commit 3044940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/compression/Docker/install_pySDC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd /pySDC
1515
pip install -e .
1616
python -m pip install pytest
1717
python -m pip install coverage
18-
python -m pip install mpi4py
18+
python -m pip install "mpi4py<4.1.0"
1919

2020
# go back to original working directory
2121
cd $current_dir

0 commit comments

Comments
 (0)