Skip to content

Commit fcea7fb

Browse files
committed
ci
1 parent b34ad09 commit fcea7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
run: |
113113
mkdir -p ~/Library/Jupyter
114114
ln -s /opt/homebrew/share/jupyter/nbconvert ~/Library/Jupyter
115-
- name: playwright patch fix # install chromium
115+
- name: playwright install # install chromium
116116
run: |
117-
playwright install
117+
playwright install chromium --with-deps
118118
- name: Test with pytest
119119
env:
120120
DEBUG: "1"

0 commit comments

Comments
 (0)