Skip to content

Commit

Permalink
Update docs build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Dec 2, 2023
1 parent 3ba3f90 commit 16aca5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install auditwheel wheel numpy setuptools colcon-common-extensions vcstool patchelf
- name: pip
if: matrix.config.docs == true
run: |
python -m pip install -r ws/src/tesseract_python/docs/requirements.txt
- name: vcs import
working-directory: ws/src
Expand Down

0 comments on commit 16aca5f

Please sign in to comment.