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 5075787 commit 67c507bCopy full SHA for 67c507b
.github/workflows/test_streamlit_folium.yml
@@ -47,10 +47,13 @@ jobs:
47
48
- name: Install playwright dependencies
49
run: |
50
+ cd streamlit_folium
51
uv run playwright install --with-deps
52
53
- name: Install annotate-failures-plugin
- run: uv add pytest-github-actions-annotate-failures --dev
54
+ run: |
55
56
+ uv add pytest-github-actions-annotate-failures --dev
57
58
- name: Install folium from source
59
0 commit comments