We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab561 commit ae0e83bCopy full SHA for ae0e83b
.github/workflows/python-package.yml
@@ -113,6 +113,10 @@ jobs:
113
run: |
114
mkdir -p ~/Library/Jupyter
115
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
120
- name: Test with pytest
121
env:
122
DEBUG: "1"
0 commit comments