We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e90fc3 commit b13b82eCopy full SHA for b13b82e
.github/workflows/test_streamlit_folium.yml
@@ -36,12 +36,6 @@ jobs:
36
npm install
37
npm run build
38
39
- - name: Install streamlit_folium
40
- shell: bash -l {0}
41
- run: |
42
- cd streamlit_folium
43
- pip install -e . --no-deps --force-reinstall
44
-
45
- name: Install streamlit_folium dev dependencies
46
run: |
47
pip install -r streamlit_folium/tests/requirements.txt
@@ -64,6 +58,7 @@ jobs:
64
58
- name: Test with pytest and retry flaky tests up to 3 times
65
59
66
60
cd streamlit_folium
61
+ pip install -e . --no-deps --force-reinstall
67
62
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
68
63
69
- name: Surface failing tests
0 commit comments