use sudo with libgeos-dev

This commit is contained in:
Ed Chalstrey 2022-03-18 16:34:20 +00:00
parent 426aa98a33
commit 0d9e54d08d

View File

@ -12,7 +12,7 @@ jobs:
- name: - name:
Install dependencies Install dependencies
run: | run: |
apt-get install libgeos-dev sudo 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