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 4f76da9 commit c0c1855Copy full SHA for c0c1855
.github/workflows/macos-linux-pip.yml
@@ -26,9 +26,11 @@ jobs:
26
- uses: actions/setup-python@v4
27
with:
28
python-version: ${{ matrix.python-version }}
29
+ - if: matrix.os == 'ubuntu'
30
+ run: sudo apt update && sudo apt install -qqy doxygen graphviz
31
- run: python -m pip install -U pip
- - run: python -m pip install cmeel-assimp cmeel-octomap cmeel-qhull eigenpy[build]
32
+ - run: python -m pip install cmeel-assimp cmeel-octomap cmeel-qhull eigenpy[build] lxml pylatexenc
33
- run: echo "CMAKE_PREFIX_PATH=$(cmeel cmake)" >> $GITHUB_ENV
- - run: cmake -B build -S . -DHPP_FCL_HAS_QHULL=ON
34
+ - run: cmake -B build -S . -DHPP_FCL_HAS_QHULL=ON -DINSTALL_DOCUMENTATION=ON
35
- run: cmake --build build -j 4
36
- run: cmake --build build -t test
0 commit comments