Skip to content

Commit e4e9a80

Browse files
committed
update the workflow
1 parent 19d8ad5 commit e4e9a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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=/usr/local/bin/python3
8585
make -j1 install VERBOSE=1
8686
cd ../
8787

0 commit comments

Comments
 (0)