Skip to content

Commit 75d9236

Browse files
committed
Version fix python to 3.13 for now
On advice of Martin. This is because we mixup pip and anaconda.
1 parent 4533e8b commit 75d9236

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
environment-name: TEST
3030
create-args: >-
31-
python=3
31+
python=3.13
3232
--file folium/requirements.txt
3333
3434
- name: Checkout Geopandas

.github/workflows/test_streamlit_folium.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.x'
22+
python-version: '3.13'
2323

2424
- name: Checkout Folium
2525
uses: actions/checkout@v5
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install streamlit_folium dev dependencies
4444
run: |
4545
cd streamlit_folium
46+
echo hello world
47+
sudo apt-get install proj-bin
48+
proj
4649
uv sync --group dev --group test
4750
4851
- name: Install playwright dependencies

0 commit comments

Comments
 (0)