Skip to content

Commit 59d0b43

Browse files
committed
Install imagemagick
1 parent 314234a commit 59d0b43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
path: .venv
3333
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
34+
- name: Install imagemagick
35+
run: sudo apt install imagemagick
3436
- name: Install dependencies
3537
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3638
run: poetry install --no-interaction --no-root

0 commit comments

Comments
 (0)