Pin python 3.11 in e2e tests

- Relates #909
This commit is contained in:
Janne Valkealahti
2023-11-07 12:48:09 +00:00
parent e2307f3de9
commit 815561dab0

View File

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