Skip to content

Commit

Permalink
ci: do not confuse pytest about where ipywidgets is
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed May 13, 2023
1 parent 46db30a commit 9bdd83a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bdd83a

Please sign in to comment.