Skip to content

Install geopandas and dependencies using Conda to fix a build error #2137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test_streamlit_folium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
npm install
npm run build

- name: Install streamlit-folium
- name: Install streamlit_folium dev dependencies
shell: bash -l {0}
run: |
cd streamlit_folium
pip install -e .
conda install --file streamlit_folium/tests/requirements.txt

- name: Install streamlit_folium dev dependencies
- name: Install streamlit-folium
shell: bash -l {0}
run: |
pip install -r streamlit_folium/tests/requirements.txt
cd streamlit_folium
pip install -e .

- name: Install playwright dependencies
shell: bash -l {0}
Expand Down