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 1f5f2ca commit 398573eCopy full SHA for 398573e
.github/workflows/documentation.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Cmake Configure
41
run: |
42
- conda run --name diff_check --no-capture-output cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=OFF -DRUN_TESTS=OFF
+ conda run --name diff_check --no-capture-output cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=ON -DRUN_TESTS=OFF
43
44
- name: CMake Build
45
run: conda run --name diff_check --no-capture-output cmake --build build --config Release
0 commit comments