Skip to content

Commit

Permalink
ci: remove install libgeos-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Dec 15, 2020
1 parent f556d0e commit 3edb9a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
steps:
- uses: actions/checkout@v1
- name: Install GEOS library
if: matrix.python-version == 3.9 && matrix.os == 'ubuntu-latest'
run: sudo apt-get install libgeos-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 3edb9a1

Please sign in to comment.