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

🐛 GHA: Install possible shapely build requirements (if building from source)

This commit is contained in:
Mike Gerber 2024-05-06 17:25:59 +02:00
parent dc4565fd2d
commit 86e723cd53

View file

@ -41,6 +41,8 @@ jobs:
- name: Install possible lxml build requirements (if building from source)
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: Update pip
run: python3 -m pip install -U pip