Skip to content

Commit 05f4a95

Browse files
ci: do not confuse pytest about where ipywidgets is
1 parent 46db30a commit 05f4a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
SOLARA_TEST_RUNNERS: "jupyter_notebook,jupyter_lab"
110110
run: |
111111
pip install pytest
112-
cd python/ipywidgets
113-
pytest --cov=ipywidgets ipywidgets
112+
playwright install
113+
pytest --cov=ipywidgets --pyargs ipywidgets
114114
115115
spec:
116116
name: Message Specification

0 commit comments

Comments
 (0)