Skip to content

Commit

Permalink
Pin python 3.11 in e2e tests
Browse files Browse the repository at this point in the history
- Relates #909
  • Loading branch information
jvalkeal committed Nov 7, 2023
1 parent ccf6d77 commit 8097f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8097f1e

Please sign in to comment.