3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 00:20:39 +02:00

[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 2446cc5843
commit d4fba7b4ce

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