Pin python 3.11 in e2e tests

- Relates #909
This commit is contained in:
Janne Valkealahti
2023-11-07 12:47:57 +00:00
parent 3e80d8d767
commit 5df2d35e9b

View File

@@ -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'