Skip to content

Commit

Permalink
fix: add Pillow build requirements for source build check
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondSkoll committed Jan 6, 2025
1 parent 54ab2cf commit 4d73611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx-python-dependency-build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
libxslt1-dev \
make \
python3-venv \
rustc
rustc \
libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk libharfbuzz-dev libfribidi-dev libxcb1-dev
- name: Build Sphinx venv
working-directory: "docs"
run: |
Expand Down

0 comments on commit 4d73611

Please sign in to comment.