Skip to content

Commit

Permalink
pw
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 10, 2024
1 parent bf5bfc2 commit 2f66f54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
ls -al dist/
pip install dist/bqplot_image_gl*.whl jupyterlab "pytest-ipywidgets[solara]"
- name: Install playwright
run: |
playwright install chromium
- name: Run visual regression tests
run: |
pytest tests/ui
Expand Down

0 comments on commit 2f66f54

Please sign in to comment.