Skip to content

Commit 374283d

Browse files
committed
1 parent 7470513 commit 374283d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-src-build-macos.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ jobs:
2929

3030
steps:
3131
- uses: actions/checkout@v3
32-
3332
- uses: actions/setup-python@v4
3433
with:
35-
python-version: '3.10'
34+
python-version: '3.8'
3635

37-
- name: Install brew
36+
- name: Install libheif from formula
3837
run: |
39-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
38+
brew uninstall --force --ignore-dependencies imagemagick
4039
brew install --formula ./libheif/macos/libheif.rb
4140
4241
- name: Installing Pillow-Heif

0 commit comments

Comments
 (0)