Skip to content

Commit

Permalink
🐛 GHA: Install possible shapely build requirements (if building from …
Browse files Browse the repository at this point in the history
…source)
  • Loading branch information
mikegerber committed May 6, 2024
1 parent dc4565f commit 86e723c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86e723c

Please sign in to comment.