Skip to content

Commit e3b7ccf

Browse files
CI: Use action to install ImageMagick
1 parent 80788d6 commit e3b7ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
- uses: mfinelli/setup-imagemagick@v7
3031
- name: Cache APT Packages
3132
uses: awalsh128/cache-apt-pkgs-action@latest
3233
with:
3334
packages:
3435
poppler-utils
35-
imagemagick
3636
version: 1.1
3737
- name: Cache tox and precommit environments
3838
uses: actions/cache@v5

0 commit comments

Comments
 (0)