Skip to content

Commit

Permalink
ci: Update TeX package installation for lcapy to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Oct 4, 2024
1 parent 4a82fad commit c9589b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ jobs:
- name: Set up Python 3.10
run: uv python install 3.10

- name: Install pandoc and texlive
- name: Install Pandoc and TeXLive
run: |
brew install pandoc # Required by nbsphinx
brew install basictex # Required by lcapy
eval "$(/usr/libexec/path_helper)"
sudo tlmgr update --self
sudo tlmgr install collection-latexextra
brew install mactex # Required by lcapy
- name: Install AutoEIS
run: |
Expand Down

0 comments on commit c9589b3

Please sign in to comment.