From c9589b3466cbc56cfeebbf080fde341ca56a8187 Mon Sep 17 00:00:00 2001 From: Amin Sadeghi Date: Fri, 4 Oct 2024 17:31:08 -0400 Subject: [PATCH] ci: Update TeX package installation for lcapy to work --- .github/workflows/gh-pages.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 40e7d59..160bdd8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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: |