Skip to content

Commit

Permalink
Adding step to build pandoc for sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Oct 18, 2024
1 parent cec9d19 commit 6640f61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction

- name: Install dependencies for nbsphinx
run: |
sudo apt update
sudo apt install -y pandoc
- name: Run Pandoc
run: |
pandoc --version
- name: Build source and wheel archives
run: |
poetry version $(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 6640f61

Please sign in to comment.