3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-16 01:08:29 +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 8870ca8adf
commit 103a7fdefd

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