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 337ad2e commit 973cc62Copy full SHA for 973cc62
.github/workflows/test_geopandas.yml
@@ -34,14 +34,11 @@ jobs:
34
pip install -r geopandas/requirements-dev.txt
35
36
- name: Install folium from source
37
- shell: bash -l {0}
38
run: |
39
- cd folium
40
pwd && ls -la
41
- python -m pip install -e . --no-deps --force-reinstall
+ python -m pip install -e folium/ --no-deps --force-reinstall
42
43
- name: Run Geopandas tests
44
45
- cd geopandas
46
47
- pytest geopandas/tests/test_explore.py
+ pytest geopandas/geopandas/tests/test_explore.py
0 commit comments