diff --git a/.github/workflows/test_geopandas.yml b/.github/workflows/test_geopandas.yml index aaf61c6535..85400ac177 100644 --- a/.github/workflows/test_geopandas.yml +++ b/.github/workflows/test_geopandas.yml @@ -49,6 +49,7 @@ jobs: - name: Run Geopandas tests run: | cd geopandas + pip install -e . coverage run -p -m pytest -r a geopandas/tests/test_explore.py - name: Upload coverage