Skip to content

Commit c0c1855

Browse files
committed
ci pip: enable documentation with python-lxml
1 parent 4f76da9 commit c0c1855

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/macos-linux-pip.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
- uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
29+
- if: matrix.os == 'ubuntu'
30+
run: sudo apt update && sudo apt install -qqy doxygen graphviz
2931
- run: python -m pip install -U pip
30-
- 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
3133
- run: echo "CMAKE_PREFIX_PATH=$(cmeel cmake)" >> $GITHUB_ENV
32-
- run: cmake -B build -S . -DHPP_FCL_HAS_QHULL=ON
34+
- run: cmake -B build -S . -DHPP_FCL_HAS_QHULL=ON -DINSTALL_DOCUMENTATION=ON
3335
- run: cmake --build build -j 4
3436
- run: cmake --build build -t test

0 commit comments

Comments
 (0)