From ab285cc36661a18d4978d8cf139877e234af63cc Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 8 May 2024 11:53:45 -0400 Subject: [PATCH] CI: Add more required packages --- .circleci/config.yml | 2 +- .github/workflows/build_test_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24242f44..619b1d43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: name: Install texlive command: | sudo apt-get update - sudo apt-get install -y --no-install-recommends texlive + sudo apt-get install -y --no-install-recommends dvipng texlive texlive-latex-extra cm-super - save_cache: key: apt-v0 diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 6576562d..8c1c805f 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -103,7 +103,7 @@ jobs: - name: Install tex run: | sudo apt-get update - sudo apt-get install -y --no-install-recommends texlive + sudo apt-get install -y --no-install-recommends dvipng texlive texlive-latex-extra cm-super - name: Install package run: pip install $PACKAGE