Skip to content

Commit

Permalink
Test: Fix imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Dec 18, 2024
1 parent 1d02224 commit fb556fe
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ jobs:
- name: Get current month
id: date
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
- name: Cache APT Packages
# This action should only be used when you need extra system packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: graphviz poppler-utils imagemagick
version: 1.0
execute_install_scripts: true
- name: Install APT Packages
run: sudo apt-get install graphviz poppler-utils imagemagick
- name: Cache tox and precommit environments
uses: actions/cache@v4
with:
Expand Down

0 comments on commit fb556fe

Please sign in to comment.