Skip to content

Commit 0c309c9

Browse files
committed
fix(ci): install pillow on macos
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
1 parent 454e7cc commit 0c309c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
with:
4141
poetry-version: ${{ matrix.poetry-version }}
4242
- run: poetry install --with ${{ matrix.variant }} --with dev
43+
- name: Install PIL on macOS
44+
if: runner.os == 'macOS'
45+
run: |
46+
poetry run pip install Pillow
4347
- name: Caching
4448
uses: actions/cache@v4
4549
with:

0 commit comments

Comments
 (0)