Skip to content

Commit

Permalink
Apply changes from #537 to doc job
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Oct 20, 2022
1 parent 3a68864 commit 6c89418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
- name: "Setup Graphviz"
uses: ts-graphviz/setup-graphviz@v1

- name: "Install OS packages"
run: |
choco install pandoc
- name: "Install documentation packages for Python"
run: |
pip install -r requirements/requirements_docs.txt
Expand Down

0 comments on commit 6c89418

Please sign in to comment.