Skip to content

Commit

Permalink
github build: Add ImageMagick to workflow (#138)
Browse files Browse the repository at this point in the history
* Add ImageMagick to build workflow

Required for ubuntu-24.04 which no longer includes it
  • Loading branch information
mreid-tt authored Jan 15, 2025
1 parent c07831d commit bef4a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: snok/install-poetry@v1
with:
virtualenvs-in-project: true
- name: Install ImageMagick
run: sudo apt install imagemagick
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit bef4a10

Please sign in to comment.