Skip to content

Commit

Permalink
Trying to fix bug in mpi run in MacOS by using brew's openmpi.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 3, 2024
1 parent f2e8137 commit d2deb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
python-version: '3.x'
- name: Brew install pre-requisites
run: |
brew install gobject-introspection gsl gmp mpfr fftw cfitsio libfyaml nlopt gfortran gtk-doc glib openblas
brew install gobject-introspection gsl gmp mpfr fftw cfitsio libfyaml nlopt gfortran gtk-doc glib openblas open-mpi
- name: Pip install pre-requisites
run: |
pip3 install meson ninja pytest pytest-tap numpy pygobject
Expand Down

0 comments on commit d2deb81

Please sign in to comment.