We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07831d commit bef4a10Copy full SHA for bef4a10
.github/workflows/build.yml
@@ -25,6 +25,8 @@ jobs:
25
- uses: snok/install-poetry@v1
26
with:
27
virtualenvs-in-project: true
28
+ - name: Install ImageMagick
29
+ run: sudo apt install imagemagick
30
- name: Load cached venv
31
id: cached-poetry-dependencies
32
uses: actions/cache@v4
0 commit comments