Skip to content

Commit bc88983

Browse files
committed
🚧 Install possible Pillow build requirements (if building from source)
1 parent f3acec8 commit bc88983

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
4444
- name: Install possible shapely build requirements (if building from source)
4545
run: sudo apt-get install -y libgeos-dev
46+
- name: Install possible Pillow build requirements (if building from source)
47+
run: sudo apt-get install -y libjpeg-dev
4648

4749
- name: Update pip
4850
run: python3 -m pip install -U pip

‎.pre-commit-config.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: black
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.6
19+
rev: v0.11.7
2020
hooks:
2121
- args:
2222
- --fix

0 commit comments

Comments
 (0)