mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 18:16:03 +01:00
[gh-actions] Fix broken llvm brew install command
This commit is contained in:
parent
4d88bddd0b
commit
2446cc5843
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Install homebrew dependencies
|
- name: Install homebrew dependencies
|
||||||
if: matrix.os == 'macos-10.15'
|
if: matrix.os == 'macos-10.15'
|
||||||
run: |
|
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 mako
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user