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 8340c74 commit 63fa743Copy full SHA for 63fa743
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
ninja
39
40
- name: Configure using CMake
41
- run: cmake -Bbuild -G "Ninja" -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DPYTHON_EXECUTABLE=`which python` -DDOWNLOAD_GTEST=ON
+ run: cmake -Bbuild -G "Ninja" -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DPYTHON_EXECUTABLE=`which python` -DPython_EXECUTABLE=`which python` -DDOWNLOAD_GTEST=ON
42
43
- name: Install
44
working-directory: build
0 commit comments