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 05f4a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f4a95

Please sign in to comment.