From 16aca5f0be7a527bfe3c911db5882776cc65566e Mon Sep 17 00:00:00 2001 From: John Wason Date: Sat, 2 Dec 2023 13:39:31 -0500 Subject: [PATCH] Update docs build configs --- .github/workflows/wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 267ed35a..31e7d053 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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