Skip to content

Commit

Permalink
install libheif on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 23, 2024
1 parent 099ad08 commit 6aaa959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
python-version: '3.12'

- name: Install Libheif
run: brew install libheif

- name: Install from source
run: python3 -m pip install ".[dev]" wheel setuptools

Expand Down Expand Up @@ -376,6 +379,9 @@ jobs:
with:
python-version: '3.12'

- name: Install Libheif
run: brew install libheif

- name: Install from source
run: |
python3 -m pip -v install .
Expand Down

0 comments on commit 6aaa959

Please sign in to comment.