We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a164e commit e6bf116Copy full SHA for e6bf116
.github/workflows/test_geopandas.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Run Geopandas tests
50
run: |
51
cd geopandas
52
+ pip install -e .
53
coverage run -p -m pytest -r a geopandas/tests/test_explore.py
54
55
- name: Upload coverage
0 commit comments