Skip to content

Commit f602678

Browse files
committed
restore
1 parent ff0f09a commit f602678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: Run Geopandas tests
4646
run: |
4747
cd geopandas
48-
pytest geopandas/tests/test_explore.py
48+
pytest -r a geopandas/tests/test_explore.py

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __init__(
259259
no_touch: bool = False,
260260
disable_3d: bool = False,
261261
png_enabled: bool = False,
262-
zoom_control: Union[bool, str] = False,
262+
zoom_control: Union[bool, str] = True,
263263
font_size: str = "1rem",
264264
**kwargs: TypeJsonValue,
265265
):

0 commit comments

Comments
 (0)