Skip to content

Commit 78a2790

Browse files
committed
Update test_geopandas.yml
1 parent b9690bd commit 78a2790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: |
4040
cd folium
4141
python -m pip install -e . --no-deps --force-reinstall
42+
python -c "import os; f='folium/_version.py'; print(open(f).read() if os.path.exists(f) else f'File {f} does not exist')"
43+
python -c "import folium; print(folium.__version__)"
4244
4345
- name: Run Geopandas tests
4446
run: |

0 commit comments

Comments
 (0)