mirror of
https://github.com/triqs/dft_tools
synced 2025-01-08 20:33:16 +01:00
[ghactions] Correction to build.yml for macos-11
This commit is contained in:
parent
6cae099a1b
commit
3b1d926dae
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
python3-nbsphinx
|
||||
|
||||
- name: Install homebrew dependencies
|
||||
if: matrix.os == 'macos-12'
|
||||
if: matrix.os == 'macos-11'
|
||||
run: |
|
||||
brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas
|
||||
pip3 install mako numpy scipy mpi4py
|
||||
|
Loading…
Reference in New Issue
Block a user