diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 032ae050..db29dec0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -82,6 +82,10 @@ jobs: distribution: adopt java-version: 17 cache: gradle + - name: Use Python 3.11 + uses: actions/setup-python@v4 + with: + python-version: '3.11' - uses: actions/setup-node@v2 with: node-version: '16'