We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9690bd commit 78a2790Copy full SHA for 78a2790
.github/workflows/test_geopandas.yml
@@ -39,6 +39,8 @@ jobs:
39
run: |
40
cd folium
41
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__)"
44
45
- name: Run Geopandas tests
46
0 commit comments