From 05f4a95f85b9b109bf5034942a6ba78f8b818584 Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Sat, 13 May 2023 16:26:27 +0200 Subject: [PATCH] ci: do not confuse pytest about where ipywidgets is --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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