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