Skip to content

Commit

Permalink
adding latex dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Dec 16, 2021
1 parent e59096e commit 06219e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ jobs:
- name: Install sphinx
run: |
pip install sphinx==3.5.0
- name: Install latex dependencies
run: |
sudo apt-get -qq update
sudo apt-get install -y \
texlive-latex-recommended \
texlive-latex-extra \
texlive-fonts-recommended \
texlive-fonts-extra \
texlive-xetex \
latexmk \
xindy \
imagemagick
- name: Display Conda Environment Versions
shell: bash -l {0}
run: conda list
Expand Down

1 comment on commit 06219e7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.