mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[gh-actions] Install gfortran for OSX builds
This commit is contained in:
parent
4d618d36da
commit
1baca5f156
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
- name: Install homebrew dependencies
|
||||
if: matrix.os == 'macos-10.15'
|
||||
run: |
|
||||
brew install gcc@10 llvm boost fftw hdf5 open-mpi openblas
|
||||
brew install gcc@10 gfortran llvm boost fftw hdf5 open-mpi openblas
|
||||
pip3 install mako numpy scipy mpi4py
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user