Skip to content

Commit b34ad09

Browse files
committed
CI
1 parent f4ec2b8 commit b34ad09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ jobs:
112112
run: |
113113
mkdir -p ~/Library/Jupyter
114114
ln -s /opt/homebrew/share/jupyter/nbconvert ~/Library/Jupyter
115-
- name: ubuntu playwright patch fix # for install chromium
116-
if: ${{ startsWith(matrix.os, 'ubuntu') }}
115+
- name: playwright patch fix # install chromium
117116
run: |
118117
playwright install
119118
- name: Test with pytest

0 commit comments

Comments
 (0)