Install ImageMagick in all CI builds

This commit is contained in:
2026-03-27 17:36:54 -06:00
parent 39f5dabf24
commit 3ad7dbd008
4 changed files with 9 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install cffi
python -m pip install zstandard
choco install imagemagick -y --no-progress
$ProgressPreference = 'SilentlyContinue'
function Download-WithRetry {