Skip to content

Commit

Permalink
ci: no need to install libjpeg and libpng on macos, imageio provides …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
madebr committed May 2, 2024
1 parent 56af879 commit 5b5825d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,9 @@ jobs:
if: ${{ runner.os == 'macOS' && !matrix.platform.vendored }}
run: |
brew install \
jpeg \
jpeg-xl \
libavif \
libpng \
webp \
zlib \
${NULL+}
- name: Set up Linux dependencies
if: ${{ runner.os == 'Linux' && !matrix.platform.vendored }}
Expand Down

0 comments on commit 5b5825d

Please sign in to comment.