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 973cc62 commit 82e6c15Copy full SHA for 82e6c15
.github/workflows/test_geopandas.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Checkout Geopandas
28
uses: actions/checkout@v4
29
with:
30
+ repository: geopandas/geopandas
31
path: geopandas
32
33
- name: Install Geopandas dev dependencies
@@ -35,10 +36,12 @@ jobs:
35
36
37
- name: Install folium from source
38
run: |
39
+ cd folium
40
pwd && ls -la
- python -m pip install -e folium/ --no-deps --force-reinstall
41
+ python -m pip install -e . --no-deps --force-reinstall
42
43
- name: Run Geopandas tests
44
45
+ cd geopandas
46
- pytest geopandas/geopandas/tests/test_explore.py
47
+ pytest geopandas/tests/test_explore.py
0 commit comments