Skip to content

Commit ae0e83b

Browse files
committed
fix playwright can not find browser
1 parent 6dab561 commit ae0e83b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
run: |
114114
mkdir -p ~/Library/Jupyter
115115
ln -s /opt/homebrew/share/jupyter/nbconvert ~/Library/Jupyter
116+
- name: ubuntu playwright patch fix # for install chromium
117+
if: ${{ startsWith(matrix.os, 'ubuntu') }}
118+
run: |
119+
playwright install
116120
- name: Test with pytest
117121
env:
118122
DEBUG: "1"

0 commit comments

Comments
 (0)