Skip to content

Commit 2f98fd4

Browse files
committed
Remove debug code
1 parent f88db15 commit 2f98fd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test_streamlit_folium.yml

-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ jobs:
6262
- name: Test with pytest and retry flaky tests up to 3 times
6363
shell: bash -l {0}
6464
run: |
65-
echo "inside test run"
6665
cd streamlit_folium
67-
python -c "from folium.plugins import draw; print(draw.__file__)"
68-
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
6966
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
7067
7168
- name: Surface failing tests

0 commit comments

Comments
 (0)