Skip to content

Commit 82e6c15

Browse files
committed
Update test_geopandas.yml
1 parent 973cc62 commit 82e6c15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Checkout Geopandas
2828
uses: actions/checkout@v4
2929
with:
30+
repository: geopandas/geopandas
3031
path: geopandas
3132

3233
- name: Install Geopandas dev dependencies
@@ -35,10 +36,12 @@ jobs:
3536
3637
- name: Install folium from source
3738
run: |
39+
cd folium
3840
pwd && ls -la
39-
python -m pip install -e folium/ --no-deps --force-reinstall
41+
python -m pip install -e . --no-deps --force-reinstall
4042
4143
- name: Run Geopandas tests
4244
run: |
45+
cd geopandas
4346
pwd && ls -la
44-
pytest geopandas/geopandas/tests/test_explore.py
47+
pytest geopandas/tests/test_explore.py

0 commit comments

Comments
 (0)