From 8ae62e13e03c6404089c679213f24d5406f35c7b Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Mon, 29 Apr 2024 15:44:10 -0500 Subject: [PATCH] update pandoc error --- .github/workflows/documenation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documenation.yml b/.github/workflows/documenation.yml index ba65bb9..4566b28 100644 --- a/.github/workflows/documenation.yml +++ b/.github/workflows/documenation.yml @@ -13,7 +13,8 @@ jobs: - uses: actions/setup-python@v3 - name: Install dependencies run: | - pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx pandoc + sudo apt-get install -y pandoc + pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx pip install -r requirements.txt - name: Sphinx build run: |