Skip to content

Commit

Permalink
Update sphinx_autodoc.yaml
Browse files Browse the repository at this point in the history
adding pandoc in dev
  • Loading branch information
ivanovaos authored Jul 2, 2024
1 parent 4fa43c1 commit 276c27a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sphinx_autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y graphviz graphviz-dev
- name: Install Pandoc
run: |
sudo apt-get install -y pandoc
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 276c27a

Please sign in to comment.