From 38cbb47508e606fbb72602ffe5ee59004e7033cd Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Fri, 20 Dec 2024 10:08:55 +0100 Subject: [PATCH] ci: pin pytest-playwright to fix visual regression tests See https://github.com/widgetti/solara/issues/913 --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 26b3321..c0a9dc3 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -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: |