Skip to content

Commit 8b61f79

Browse files
committed
Try to install playwright like this
1 parent b00bb71 commit 8b61f79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_streamlit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
shell: bash -l {0}
3131
run: python -m pip install -e . --no-deps --force-reinstall
3232

33+
- name: Install python dependencies
34+
run: |
35+
python -m pip install --upgrade pip
36+
pip install flake8 pytest pytest-playwright
37+
3338
- name: Install playwright dependencies
3439
run: |
3540
playwright install --with-deps

0 commit comments

Comments
 (0)