Skip to content

Commit e6bf116

Browse files
committed
Fix failing geopandas test
1 parent b5a164e commit e6bf116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Run Geopandas tests
5050
run: |
5151
cd geopandas
52+
pip install -e .
5253
coverage run -p -m pytest -r a geopandas/tests/test_explore.py
5354
5455
- name: Upload coverage

0 commit comments

Comments
 (0)