Skip to content

Commit

Permalink
Tried installing pandoc with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lranzani committed Dec 2, 2024
1 parent b43964a commit 48f26ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
run: |
pip install -e .
python -m unittest discover -v test
- name: Documentation Environment
uses: docker://pandoc/core:3.5
- name: Build Documentation
run: |
sudo apt-get install pandoc
pip install pandoc
cd doc
make html
cd ..
Expand Down

0 comments on commit 48f26ae

Please sign in to comment.