From 5df2d35e9bcf8db2e407925b4dbbd7e6ea7fbb16 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 7 Nov 2023 12:47:57 +0000 Subject: [PATCH] Pin python 3.11 in e2e tests - Relates #909 --- .github/workflows/e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'