From 0a8c60861d2533953331145d5d3256696cd7736b Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Fri, 18 Oct 2024 12:27:14 -0700 Subject: [PATCH] pandoc --- .github/workflows/pypi-publish.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index cb0e47c48..6ebf7ab82 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -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)