diff --git a/.github/workflows/prepare-docs.yml b/.github/workflows/prepare-docs.yml index e0388c7a35a..79dfb7912c4 100644 --- a/.github/workflows/prepare-docs.yml +++ b/.github/workflows/prepare-docs.yml @@ -64,6 +64,11 @@ jobs: docs/source/_images docs/source/code_examples + - name: Install doc prereqs + shell: bash + run: | + make docs/reqs + - name: Test build docs shell: bash run: |