Skip to content

Commit

Permalink
workflow: add imagemagick package install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhaddock committed Dec 27, 2024
1 parent 73ef456 commit 06a30bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install packages
run: sudo apt-get install -y imagemagick
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 06a30bb

Please sign in to comment.