Skip to content

Commit

Permalink
Cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asahtik committed Jan 14, 2025
1 parent 6380c61 commit 78a1fb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
run: cmake -S . -B build -DDEPTHAI_BUILD_PYTHON=ON -DDEPTHAI_PYTHON_FORCE_DOCSTRINGS=ON -DDEPTHAI_BASALT_SUPPORT=ON -DDEPTHAI_PCL_SUPPORT=ON -DDEPTHAI_RTABMAP_SUPPORT=ON -DDEPTHAI_PYTHON_DOCSTRINGS_OUTPUT="$PWD/bindings/python/docstrings/depthai_python_docstring.hpp"
- name: Build target 'pybind11_mkdoc'
run: cmake --build build --target pybind11_mkdoc --parallel 4
- name: Get vcpkg logs
if: always()
run: for f in $(ls build/vcpkg/buildtrees/libxcrypt/autoconf*); do echo "///////////////////// $f ///////////////////"; cat $f; done;
- name: Upload docstring artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 78a1fb2

Please sign in to comment.