1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🚧 Install possible Pillow build requirements (if building from source)

This commit is contained in:
Mike Gerber 2025-04-25 10:08:09 +02:00
parent 07328e1b91
commit 829b165869

View file

@ -43,6 +43,8 @@ jobs:
run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
- name: Install possible shapely build requirements (if building from source)
run: sudo apt-get install -y libgeos-dev
- name: Install possible Pillow build requirements (if building from source)
run: sudo apt-get install -y libjpeg-dev
- name: Update pip
run: python3 -m pip install -U pip