Skip to content

Commit 9bdd83a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ 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+
pytest --cov=ipywidgets --pyargs ipywidgets
114113
115114
spec:
116115
name: Message Specification

0 commit comments

Comments
 (0)