Skip to content

Commit f0fda6f

Browse files
committed
try debug paths
1 parent 5d564d0 commit f0fda6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout Folium
1515
uses: actions/checkout@v4
16+
with:
17+
path: main
1618

1719
- name: Setup Micromamba env
1820
uses: mamba-org/setup-micromamba@v2
@@ -36,9 +38,11 @@ jobs:
3638
- name: Install folium from source
3739
shell: bash -l {0}
3840
run: |
41+
pwd && ls -la
3942
python -m pip install -e . --no-deps --force-reinstall
4043
4144
- name: Run Geopandas tests
4245
run: |
4346
cd geopandas
47+
pwd && ls -la
4448
pytest geopandas/tests/test_explore.py

0 commit comments

Comments
 (0)