diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 5f997dbf..e7a79d41 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -32,7 +32,7 @@ jobs: python-version: '3.12' - name: Install Libheif - run: brew install libheif + run: brew install libheif && brew upgrade libheif - name: Install from source run: python3 -m pip install ".[dev]" wheel setuptools @@ -146,7 +146,7 @@ jobs: - name: Install from source run: | - brew install --formula ./libheif/macos/libheif.rb + brew install libheif && brew upgrade libheif python3 -m pip -v install ".[dev]" - name: LibHeif info @@ -182,7 +182,7 @@ jobs: - name: Install from source run: | - brew install --formula ./libheif/macos/libheif.rb + brew install libheif && brew upgrade libheif python3 -m pip -v install ".[dev]" - name: LibHeif info @@ -380,7 +380,7 @@ jobs: python-version: '3.12' - name: Install Libheif - run: brew install libheif + run: brew install libheif && brew upgrade libheif - name: Install from source run: |