We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf11f3 commit 620c9b8Copy full SHA for 620c9b8
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
name: build
33
run: |
34
conda activate "${{ steps.reqs.outputs.envname }}"
35
+ which cmake || conda install -yq cmake
36
cmake -S . -B ./build_proj -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_PYTHON_WRAPPER=ON -DBUILD_CUDA=ON -DCMAKE_INSTALL_PREFIX=./install
37
cmake --build ./build_proj --target install
38
pip install ./src/Python
0 commit comments