Skip to content

Commit 5904750

Browse files
committed
Update after review comments
1 parent b8af05f commit 5904750

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- name: Set up Python
17+
uses: actions/setup-python@v4
18+
with:
19+
python-version: '3.x'
20+
1621
- name: Checkout Folium
1722
uses: actions/checkout@v4
1823

0 commit comments

Comments
 (0)