Skip to content

Commit

Permalink
HL Python SDK: Add docs generation to unit test workflow (#7908)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Jun 20, 2024
1 parent d4e40e9 commit ce49db6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-wrapper-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce49db6

Please sign in to comment.