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 7b3a04e
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
python-version: '3.12'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
run: brew install libheif

- name: Install from source
run: python3 -m pip install ".[dev]" wheel setuptools
Expand Down Expand Up @@ -148,10 +145,7 @@ jobs:
python-version: '3.10'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
run: brew install libheif

- name: Install from source
run: python3 -m pip -v install ".[dev]"
Expand Down Expand Up @@ -188,10 +182,7 @@ jobs:
python-version: '3.11'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
run: brew install libheif

- name: Install from source
run: python3 -m pip -v install ".[dev]"
Expand Down Expand Up @@ -391,10 +382,7 @@ jobs:
python-version: '3.12'

- name: Install Libheif
run: |
brew update
brew install libheif
brew upgrade libheif
run: brew install libheif

- name: Install from source
run: |
Expand Down

0 comments on commit 7b3a04e

Please sign in to comment.