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