Skip to content

Commit 5b48ec1

Browse files
committed
Tabs
1 parent 086fbbb commit 5b48ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
cd streamlit_folium
6161
pip install -e . --no-deps --force-reinstall
62-
python -c 'from folium.plugins import draw; print(draw.__file__)'
62+
python -c "from folium.plugins import draw; print(draw.__file__)"
6363
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
6464
6565
- name: Surface failing tests

0 commit comments

Comments
 (0)