From 5a4070c1a08bc65802002fa5d412fc45cf74cd01 Mon Sep 17 00:00:00 2001 From: keisuke-umezawa Date: Tue, 6 Feb 2024 22:12:29 +0900 Subject: [PATCH] Fix version of playwright for standalone --- .github/workflows/e2e-standalone-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-standalone-tests.yml b/.github/workflows/e2e-standalone-tests.yml index 49839e4b..501e233a 100644 --- a/.github/workflows/e2e-standalone-tests.yml +++ b/.github/workflows/e2e-standalone-tests.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | python -m pip install --progress-bar off . - python -m pip install --progress-bar off pytest-playwright + python -m pip install --progress-bar off pytest-playwright==0.4.3 # next version is flaky - name: Build standalone_app run: make MODE="prd" standalone_app/public/bundle.js