Skip to content

Commit 973cc62

Browse files
committed
Update test_geopandas.yml
1 parent 337ad2e commit 973cc62

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ jobs:
3434
pip install -r geopandas/requirements-dev.txt
3535
3636
- name: Install folium from source
37-
shell: bash -l {0}
3837
run: |
39-
cd folium
4038
pwd && ls -la
41-
python -m pip install -e . --no-deps --force-reinstall
39+
python -m pip install -e folium/ --no-deps --force-reinstall
4240
4341
- name: Run Geopandas tests
4442
run: |
45-
cd geopandas
4643
pwd && ls -la
47-
pytest geopandas/tests/test_explore.py
44+
pytest geopandas/geopandas/tests/test_explore.py

0 commit comments

Comments
 (0)