Skip to content

Commit

Permalink
Adding MPICH installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mercybassey committed Mar 26, 2024
1 parent 09b25d6 commit b7b581f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7b581f

Please sign in to comment.