Skip to content

Commit 96999e4

Browse files
committed
Remove -e
1 parent e7481c9 commit 96999e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install streamlit-folium
2626
shell: bash -l {0}
2727
run: |
28-
pip install -e streamlit-folium
28+
pip install streamlit-folium
2929
3030
- name: Install playwright dependencies
3131
shell: bash -l {0}

0 commit comments

Comments
 (0)