We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7470513 commit 374283dCopy full SHA for 374283d
.github/workflows/test-src-build-macos.yml
@@ -29,14 +29,13 @@ jobs:
29
30
steps:
31
- uses: actions/checkout@v3
32
-
33
- uses: actions/setup-python@v4
34
with:
35
- python-version: '3.10'
+ python-version: '3.8'
36
37
- - name: Install brew
+ - name: Install libheif from formula
38
run: |
39
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+ brew uninstall --force --ignore-dependencies imagemagick
40
brew install --formula ./libheif/macos/libheif.rb
41
42
- name: Installing Pillow-Heif
0 commit comments