Skip to content

Commit

Permalink
ci: add pandoc and texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 29, 2024
1 parent 901f283 commit 5232a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
poetry config virtualenvs.in-project true
poetry install -vv
source `poetry env info --path`/bin/activate
sudo apt-get install -y --no-install-recommends pandoc texlive texlive-latex-extra
make coverage-ci
make doctest
Expand All @@ -88,6 +89,7 @@ jobs:
poetry config virtualenvs.in-project true
poetry install -vv
source `poetry env info --path`/bin/activate
sudo apt-get install -y --no-install-recommends pandoc
make docs
upload-docs:
Expand All @@ -111,6 +113,7 @@ jobs:
poetry config virtualenvs.in-project true
poetry install -vv
source `poetry env info --path`/bin/activate
sudo apt-get install -y --no-install-recommends pandoc
make pages-ci
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down Expand Up @@ -153,6 +156,7 @@ jobs:
poetry config virtualenvs.in-project true
poetry install -vv
source `poetry env info --path`/bin/activate
sudo apt-get install -y --no-install-recommends pandoc texlive texlive-latex-extra
make build-ci
publish:
Expand Down

0 comments on commit 5232a8b

Please sign in to comment.