From 46909a8928a6752564cbf2b9d1d6741281538b1b Mon Sep 17 00:00:00 2001 From: Felix Soubelet Date: Mon, 20 Jun 2022 23:17:13 +0200 Subject: [PATCH] should fix latex errors in gallery --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ca32f820..3c3707d7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,10 +24,10 @@ jobs: - uses: actions/checkout@v2 - name: Install LaTeX - run: sudo apt-get install -y texlive-latex-base # texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended ghostscript + run: sudo apt-get install -y texlive-latex-base texlive-latex-extra texlive-fonts-recommended # texlive-fonts-extra texlive-latex-recommended ghostscript - - name: Install optipng - run: sudo apt-get install -y optipng + - name: Install optipng, dvipng and cm-super + run: sudo apt-get install -y optipng dvipng cm-super - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2