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.
2 parents 01ca1e4 + e6bf116 commit 990d4cbCopy full SHA for 990d4cb
.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