Skip to content

Commit 3f6abea

Browse files
committed
Try something else
1 parent 086b10c commit 3f6abea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
repository: geopandas/geopandas
3838
path: geopandas
3939

40+
- name: Install dependencies
41+
run: |
42+
apt-get install libproj-dev proj-data proj-bin
43+
apt-get install libgeos-dev
44+
apt-get install gdal-bin libgdal-dev libgdal-doc
45+
4046
- name: Install Geopandas dev dependencies
4147
run: |
4248
pip install -r geopandas/requirements-dev.txt

0 commit comments

Comments
 (0)