Skip to content

Commit

Permalink
Revert "Install imagemagick"
Browse files Browse the repository at this point in the history
This reverts commit 59d0b43.
  • Loading branch information
mreid-tt committed Jan 15, 2025
1 parent 59d0b43 commit 3227b94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
- name: Install imagemagick
run: sudo apt install imagemagick
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
Expand Down

0 comments on commit 3227b94

Please sign in to comment.