Skip to content

Commit

Permalink
CI: Add more required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 8, 2024
1 parent d1a509b commit ab285cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab285cc

Please sign in to comment.