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 4533e8b commit 75d9236Copy full SHA for 75d9236
.github/workflows/test_geopandas.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
environment-name: TEST
30
create-args: >-
31
- python=3
+ python=3.13
32
--file folium/requirements.txt
33
34
- name: Checkout Geopandas
.github/workflows/test_streamlit_folium.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v6
21
22
- python-version: '3.x'
+ python-version: '3.13'
23
24
- name: Checkout Folium
25
uses: actions/checkout@v5
@@ -43,6 +43,9 @@ jobs:
43
- name: Install streamlit_folium dev dependencies
44
run: |
45
cd streamlit_folium
46
+ echo hello world
47
+ sudo apt-get install proj-bin
48
+ proj
49
uv sync --group dev --group test
50
51
- name: Install playwright dependencies
0 commit comments