We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d8ad5 commit e4e9a80Copy full SHA for e4e9a80
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
git clone https://github.com/TRIQS/triqs --branch unstable
83
mkdir triqs/build && cd triqs/build
84
- cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
+ cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install -DPYTHON_EXECUTABLE=/usr/local/bin/python3
85
make -j1 install VERBOSE=1
86
cd ../
87
0 commit comments