[gh-actions] Install numpy scipy and mpi4py through pip3 instead of brew

This commit is contained in:
Nils Wentzell 2020-10-30 15:15:17 -04:00
parent 103a7fdefd
commit 1f8cf2462b
1 changed files with 2 additions and 2 deletions

View File

@ -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