Skip to content

Commit

Permalink
ci: pin pytest-playwright to fix visual regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Dec 20, 2024
1 parent da33453 commit 38cbb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo $PWD
ls -al .
ls -al dist/
pip install dist/bqplot_image_gl*.whl "pytest-ipywidgets[all]"
pip install dist/bqplot_image_gl*.whl "pytest-ipywidgets[all]" "pytest-playwright==0.5.2"
- name: Install playwright
run: |
Expand Down

0 comments on commit 38cbb47

Please sign in to comment.