Skip to content

Commit 398573e

Browse files
committed
WIP: testin sphinx build + artifacts x20
1 parent 1f5f2ca commit 398573e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Cmake Configure
4141
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
42+
conda run --name diff_check --no-capture-output cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=ON -DRUN_TESTS=OFF
4343
4444
- name: CMake Build
4545
run: conda run --name diff_check --no-capture-output cmake --build build --config Release

0 commit comments

Comments
 (0)