From 7d3eeac1f2c6ad42bca6fbf8f4c7f9f3a0b9c966 Mon Sep 17 00:00:00 2001 From: AymenFJA Date: Mon, 30 Oct 2023 17:26:00 -0400 Subject: [PATCH] add mpich to the ci setup --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 882fba52ed..f0f8f5a3ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,9 @@ jobs: # this is to make the workqueue binary installer happy sudo apt-get install -y libpython3.5 + # mpi is required by the radical executor + sudo apt install -y mpich + - name: make deps clean_coverage run: | make deps