diff --git a/.github/workflows/python-wrapper-unit-tests.yaml b/.github/workflows/python-wrapper-unit-tests.yaml index 6b820f8cde1..ab597b05d3a 100644 --- a/.github/workflows/python-wrapper-unit-tests.yaml +++ b/.github/workflows/python-wrapper-unit-tests.yaml @@ -56,6 +56,9 @@ jobs: working-directory: ./clients/python-wrapper run: pip install -r requirements.txt pylint pytest pytest-md pytest-emoji + - name: Generate Documentation + run: make python-wrapper-gen-docs + - name: Validate Documentation run: make validate-python-wrapper