From 9bdd83aea51130853aec86d7a38430104589f891 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da0bcda947..fd6e390c84 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,8 +109,7 @@ jobs: SOLARA_TEST_RUNNERS: "jupyter_notebook,jupyter_lab" run: | pip install pytest - cd python/ipywidgets - pytest --cov=ipywidgets ipywidgets + pytest --cov=ipywidgets --pyargs ipywidgets spec: name: Message Specification