Skip to content

Commit

Permalink
install libvips dependency in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Jun 12, 2024
1 parent 9527d3a commit 8188c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install system dependencies
run: apt-get install --no-install-recommends --yes libvips
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8188c08

Please sign in to comment.