Skip to content

Commit 8097f1e

Browse files
committed
Pin python 3.11 in e2e tests
- Relates #909
1 parent ccf6d77 commit 8097f1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yml

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
distribution: adopt
8686
java-version: 17
8787
cache: gradle
88+
- name: Use Python 3.11
89+
uses: actions/setup-python@v4
90+
with:
91+
python-version: '3.11'
8892
- uses: actions/setup-node@v2
8993
with:
9094
node-version: '16'

0 commit comments

Comments
 (0)