From f61c239e5678060c51941057e44de7ac45fbe4ff 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da0bcda947..78f7f65053 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,7 +109,6 @@ jobs: SOLARA_TEST_RUNNERS: "jupyter_notebook,jupyter_lab" run: | pip install pytest - cd python/ipywidgets pytest --cov=ipywidgets ipywidgets spec: