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 f4ec2b8 commit b34ad09Copy full SHA for b34ad09
.github/workflows/python-package.yml
@@ -112,8 +112,7 @@ jobs:
112
run: |
113
mkdir -p ~/Library/Jupyter
114
ln -s /opt/homebrew/share/jupyter/nbconvert ~/Library/Jupyter
115
- - name: ubuntu playwright patch fix # for install chromium
116
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
+ - name: playwright patch fix # install chromium
117
118
playwright install
119
- name: Test with pytest
0 commit comments