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 ad4e1ef commit e8c50bbCopy full SHA for e8c50bb
.github/workflows/main.yml
@@ -49,6 +49,7 @@ jobs:
49
run: |
50
python -m pip install --upgrade pip
51
sudo apt install libusb-1.0-0-dev
52
+ python -m pip install clang==14.0 --force-reinstall
53
python -m pip install -r docs/requirements_mkdoc.txt
54
- name: Configure project
55
run: cmake -S . -B build -DDEPTHAI_PYTHON_FORCE_DOCSTRINGS=ON -DDEPTHAI_PYTHON_DOCSTRINGS_OUTPUT="$PWD/docstrings/depthai_python_docstring.hpp"
0 commit comments