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

pull/116/head
Mike Gerber 5 months ago
parent dc4565fd2d
commit 86e723cd53

@ -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

Loading…
Cancel
Save