use sudo with libgeos-dev
This commit is contained in:
parent
426aa98a33
commit
0d9e54d08d
2
.github/workflows/etl.yml
vendored
2
.github/workflows/etl.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user