From 815561dab0d662ebfd0d8942cda89ac09f335578 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 7 Nov 2023 12:48:09 +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 7c84391e..063062aa 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -74,6 +74,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'