Skip to content

Commit 17ec6c5

Browse files
committed
Change directory
The streamlit_folium tests run from the examples directory.
1 parent 9c0b683 commit 17ec6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
shell: bash -l {0}
6363
run: |
6464
echo "inside test run"
65+
cd streamlit_folium
6566
python -c "from folium.plugins import draw; print(draw.__file__)"
6667
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
67-
pytest streamlit_folium/tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
68+
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
6869
6970
- name: Surface failing tests
7071
if: always()

0 commit comments

Comments
 (0)