From 7421cd644366e1335ef7010e371433ad6e57ad51 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Thu, 5 May 2022 21:30:05 +0200 Subject: [PATCH] Install mpi4pi with --user --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e198a737..7480224015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,8 @@ jobs: echo "OMPI_MCA_btl_base_warn_component_unused=0" >> $GITHUB_ENV echo "OMPI_MCA_btl_base_verbose=0" >> $GITHUB_ENV echo "MPIEXEC=mpirun --oversubscribe" >> $GITHUB_ENV - pip install mpi4py + pip install --user mpi4py + python -c "import mpi4py" - name: Build PLUMED run: | ccache -s -M 100M