Skip to content

Commit

Permalink
install libgeos-dev on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 11, 2020
1 parent 8e93164 commit f227ca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install libgeos-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f227ca7

Please sign in to comment.