3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-18 22:11:40 +02:00

[gh-actions] Install gfortran for OSX builds

This commit is contained in:
Nils Wentzell 2021-02-03 09:18:58 -05:00
parent 4d618d36da
commit 1baca5f156

View File

@ -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