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 0f0a0a7 commit 4ab5647Copy full SHA for 4ab5647
pySDC/projects/compression/Docker/install_pySDC.sh
@@ -15,7 +15,7 @@ cd /pySDC
15
pip install -e .
16
python -m pip install pytest
17
python -m pip install coverage
18
-python -m pip install mpi4py<4.1.0
+python -m pip install "mpi4py<4.1.0"
19
20
# go back to original working directory
21
cd $current_dir
0 commit comments