diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 61bbe415a..35eb35929 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -85,6 +85,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'