From b7b581fbc6a0ee063f2a6cd7a2d9136577e0973b Mon Sep 17 00:00:00 2001 From: mercybassey Date: Tue, 26 Mar 2024 11:35:19 +0100 Subject: [PATCH] Adding MPICH installation --- .github/workflows/osx.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/osx.yaml b/.github/workflows/osx.yaml index 56f3008bab..195f567d13 100644 --- a/.github/workflows/osx.yaml +++ b/.github/workflows/osx.yaml @@ -35,3 +35,7 @@ jobs: echo "Workflow Attempt: ${{ github.run_attempt }}" >> ci_job_info.txt as_ascii="$(echo "${{ github.ref_name }}" | perl -pe "s/[^A-z0-9-]+/-/g; s/^-+|-+\$//g; s/--+/-/g;")" echo "as-ascii=$as_ascii" >> $GITHUB_OUTPUT + + - name: Non-requirements based install + run: | + brew install mpich \ No newline at end of file