diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index be74200dc..481b7a2e0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -124,6 +124,10 @@ jobs: - test-playwright runs-on: ubuntu-latest steps: + - name: Install python + uses: actions/setup-python@v5 + with: + python-version: '3.10' - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@release/v1 with: