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 b21e2b1 commit b2bd501Copy full SHA for b2bd501
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -71,7 +71,7 @@ jobs:
71
python -m playwright install --with-deps
72
73
- name: Run Playwright & Python tests
74
- if: matrix.os != windows-latest
+ if: matrix.os != "windows-latest"
75
run: |
76
pytest
77
0 commit comments