Skip to content

Commit

Permalink
Merge branch 'add-numpy-to-macos-github-ci' into 'master'
Browse files Browse the repository at this point in the history
Add numpy to brew command

See merge request npneq/inq!1128
  • Loading branch information
correaa committed Sep 26, 2024
2 parents f918c3d + 74f5931 commit bd4de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Configure system
run: |
brew install cmake gcc gfortran open-mpi pkg-config fftw boost
brew install cmake gcc gfortran open-mpi pkg-config fftw boost numpy
gfortran-14 --version
- name: Configure CMake
Expand Down

0 comments on commit bd4de80

Please sign in to comment.