Skip to content

Commit 5d564d0

Browse files
committed
only test test_explore.py
1 parent 191adf0 commit 5d564d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131

3232
- name: Install Geopandas dev dependencies
3333
run: |
34-
cd geopandas
35-
pip install -r requirements-dev.txt
34+
pip install -r geopandas/requirements-dev.txt
3635
3736
- name: Install folium from source
3837
shell: bash -l {0}
@@ -42,4 +41,4 @@ jobs:
4241
- name: Run Geopandas tests
4342
run: |
4443
cd geopandas
45-
pytest
44+
pytest geopandas/tests/test_explore.py

0 commit comments

Comments
 (0)