Skip to content

Commit 12064ae

Browse files
committed
update the workflow
1 parent 19d8ad5 commit 12064ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install homebrew dependencies
6565
if: matrix.os == 'macos-12'
6666
run: |
67-
brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas
67+
brew install python3 gcc@11 llvm boost fftw hdf5 open-mpi openblas
6868
brew install wentzell/triqs/nfft
6969
pip3 install mako numpy scipy mpi4py
7070
pip3 install -r requirements.txt
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
git clone https://github.com/TRIQS/triqs --branch unstable
8383
mkdir triqs/build && cd triqs/build
84-
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
84+
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install -DPYTHON_EXECUTABLE=$(which python3)
8585
make -j1 install VERBOSE=1
8686
cd ../
8787

0 commit comments

Comments
 (0)