mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +01:00
[gh-actions] Install numpy scipy and mpi4py through pip3 instead of brew
This commit is contained in:
parent
103a7fdefd
commit
1f8cf2462b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -59,8 +59,8 @@ jobs:
|
||||
- name: Install homebrew dependencies
|
||||
if: matrix.os == 'macos-10.15'
|
||||
run: |
|
||||
brew install gcc@10 llvm boost fftw hdf5 open-mpi openblas numpy scipy mpi4py
|
||||
pip3 install mako
|
||||
brew install gcc@10 llvm boost fftw hdf5 open-mpi openblas
|
||||
pip3 install mako numpy scipy mpi4py
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
- name: Build & Install TRIQS
|
||||
|
Loading…
Reference in New Issue
Block a user