Skip to content

Commit 815561d

Browse files
committed
Pin python 3.11 in e2e tests
- Relates #909
1 parent e2307f3 commit 815561d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
distribution: adopt
7575
java-version: 17
7676
cache: gradle
77+
- name: Use Python 3.11
78+
uses: actions/setup-python@v4
79+
with:
80+
python-version: '3.11'
7781
- uses: actions/setup-node@v2
7882
with:
7983
node-version: '16'

0 commit comments

Comments
 (0)