3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-30 00:44:34 +02:00

[gh-actions] Fix broken llvm brew install command

This commit is contained in:
Nils Wentzell 2020-10-30 14:41:28 -04:00
parent 4d88bddd0b
commit 2446cc5843

View File

@ -59,7 +59,7 @@ jobs:
- name: Install homebrew dependencies
if: matrix.os == 'macos-10.15'
run: |
brew install gcc@10 llvm@10 boost fftw hdf5 open-mpi openblas numpy scipy mpi4py
brew install gcc@10 llvm boost fftw hdf5 open-mpi openblas numpy scipy mpi4py
pip3 install mako
pip3 install -r requirements.txt