Skip to content

Commit cd4e0ae

Browse files
committed
Change directory
1 parent 2d587fe commit cd4e0ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,13 @@ jobs:
5858
run: |
5959
python -m pip install -e . --no-deps --force-reinstall
6060
61-
- name: Extra debug step
62-
shell: bash -l {0}
63-
run: |
64-
cat folium/plugins/draw.py
65-
python -c "from folium.plugins import draw; print(draw.__file__)"
66-
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
67-
6861
- name: Test with pytest and retry flaky tests up to 3 times
6962
shell: bash -l {0}
7063
run: |
7164
echo "inside test run"
7265
python -c "from folium.plugins import draw; print(draw.__file__)"
7366
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
74-
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
67+
pytest streamlit_folium/tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
7568
7669
- name: Surface failing tests
7770
if: always()

0 commit comments

Comments
 (0)