diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da0bcda947..a2a57190d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,8 +109,8 @@ jobs: SOLARA_TEST_RUNNERS: "jupyter_notebook,jupyter_lab" run: | pip install pytest - cd python/ipywidgets - pytest --cov=ipywidgets ipywidgets + playwright install + pytest --cov=ipywidgets --pyargs ipywidgets spec: name: Message Specification