Skip to content

Commit

Permalink
removed brew upgrade libheif (brew already updated libheif)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Dec 9, 2024
1 parent 239bdcd commit b75a307
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
with:
python-version: '3.12'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
- name: Install from source
run: python3 -m pip install ".[dev]" wheel setuptools

Expand Down Expand Up @@ -147,12 +141,6 @@ jobs:
with:
python-version: '3.10'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
- name: Install from source
run: python3 -m pip -v install ".[dev]"

Expand Down Expand Up @@ -390,12 +378,6 @@ jobs:
with:
python-version: '3.12'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
- name: Install from source
run: |
python3 -m pip -v install .
Expand Down

0 comments on commit b75a307

Please sign in to comment.