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:
parent
dc4565fd2d
commit
86e723cd53
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue