Skip to content

Commit

Permalink
Try installing vips
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Apr 11, 2024
1 parent bc998bc commit 138ae72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
if: matrix.TARGET == 'macos'
- name: Install Homebrew Bundler RubyGems
if: matrix.TARGET == 'macos'
run: brew install libvips
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 138ae72

Please sign in to comment.