We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a382346 commit 9707d58Copy full SHA for 9707d58
.github/workflows/python-app.yml
@@ -21,6 +21,7 @@ jobs:
21
python-version: 3.7
22
- name: Install dependencies
23
run: |
24
+ sudo apt-get update
25
sudo apt-get install libproj-dev proj-data proj-bin
26
sudo apt-get install libgeos-dev
27
pip install --upgrade pip
0 commit comments