From 8097f1eb91b6d5bd8e6ff4296e8900d5649a812a Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 7 Nov 2023 11:16:07 +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 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'