Skip to content

Commit 67c507b

Browse files
committed
Change working directory
1 parent 5075787 commit 67c507b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ jobs:
4747
4848
- name: Install playwright dependencies
4949
run: |
50+
cd streamlit_folium
5051
uv run playwright install --with-deps
5152
5253
- name: Install annotate-failures-plugin
53-
run: uv add pytest-github-actions-annotate-failures --dev
54+
run: |
55+
cd streamlit_folium
56+
uv add pytest-github-actions-annotate-failures --dev
5457
5558
- name: Install folium from source
5659
run: |

0 commit comments

Comments
 (0)