File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 49
49
run : |
50
50
python -m pip install --upgrade pip
51
51
sudo apt install libusb-1.0-0-dev
52
- python -m pip install clang==14.0 --force-reinstall
53
52
python -m pip install -r docs/requirements_mkdoc.txt
54
53
- name : Configure project
55
54
run : cmake -S . -B build -DDEPTHAI_PYTHON_FORCE_DOCSTRINGS=ON -DDEPTHAI_PYTHON_DOCSTRINGS_OUTPUT="$PWD/docstrings/depthai_python_docstring.hpp"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function(pybind11_mkdoc_setup_internal target output_path mkdoc_headers enforce)
28
28
29
29
# Execute module pybind11_mkdoc to check if present
30
30
message (STATUS "Checking for pybind11_mkdoc" )
31
- execute_process (COMMAND ${PYTHON_EXECUTABLE} -m ${PYBIND11_MKDOC_MODULE_NAME} RESULT_VARIABLE error OUTPUT_QUIET ERROR_QUIET )
31
+ execute_process (COMMAND ${PYTHON_EXECUTABLE} -m ${PYBIND11_MKDOC_MODULE_NAME} --help RESULT_VARIABLE error OUTPUT_QUIET ERROR_QUIET )
32
32
if (error )
33
33
set (message "Checking for pybind11_mkdoc - not found, docstrings not available" )
34
34
if (NOT enforce )
You can’t perform that action at this time.
0 commit comments