[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
1 changed files with 1 additions and 1 deletions

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