Skip to content

Commit 829b165

Browse files
committed
🚧 Install possible Pillow build requirements (if building from source)
1 parent 07328e1 commit 829b165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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

0 commit comments

Comments
 (0)