Skip to content

Commit

Permalink
update pandoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 29, 2024
1 parent 1ae180e commit 8ae62e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documenation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8ae62e1

Please sign in to comment.