From 12ab43ef7a2a68139cca25e02262e285fd62699a Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:01:20 -0600 Subject: [PATCH] install convert because some tests fail if it is not available --- .github/workflows/sonarqube.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 694697b94..613a06bcd 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -64,6 +64,9 @@ jobs: python3 -m pip install --upgrade pip python3 -m pip install -r internal/tests/pytests/requirements.txt + - name: Install ImageMagick convert + run: sudo apt install imagemagick + - name: Run Pytests run: coverage run -m pytest internal/tests/pytests env: