File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout Folium
1515 uses : actions/checkout@v4
1616 with :
17+ # needed to get the correct version number for Folium
1718 fetch-depth : 0
1819 path : folium
1920
4041 run : |
4142 cd folium
4243 python -m pip install -e . --no-deps --force-reinstall
43- python -c "import os; f='folium/_version.py'; print(open(f).read() if os.path.exists(f) else f'File {f} does not exist')"
44- python -c "import folium; print(folium.__version__)"
4544
4645 - name : Run Geopandas tests
4746 run : |
4847 cd geopandas
49- pytest -v -r a -n auto --color=yes geopandas/tests/test_explore.py
48+ pytest geopandas/tests/test_explore.py
Original file line number Diff line number Diff 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 ] = True ,
262+ zoom_control : Union [bool , str ] = False ,
263263 font_size : str = "1rem" ,
264264 ** kwargs : TypeJsonValue ,
265265 ):
You can’t perform that action at this time.
0 commit comments