add libgeos-dev

This commit is contained in:
Ed Chalstrey 2022-03-18 16:32:52 +00:00
parent 0b176c7531
commit 426aa98a33

View File

@ -12,6 +12,7 @@ jobs:
- name: - name:
Install dependencies Install dependencies
run: | run: |
apt-get install libgeos-dev
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install pytest python -m pip install pytest
python -m pip install flake8 python -m pip install flake8