Skip to content

Commit

Permalink
install convert because some tests fail if it is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Oct 15, 2024
1 parent 0c835b0 commit 12ab43e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12ab43e

Please sign in to comment.