File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 - uses : actions/setup-java@v4
1212 with :
1313 distribution : " zulu"
14- java-version : " 11 "
14+ java-version : " 17 "
1515 - name : Install poetry
1616 run : pipx install poetry
1717 - uses : actions/setup-python@v5
1818 with :
19- python-version : " 3.11 "
19+ python-version : " 3.13 "
2020 cache : " poetry"
2121 - name : Install Python Dependencies
2222 run : |
@@ -40,12 +40,12 @@ jobs:
4040 - uses : actions/setup-java@v4
4141 with :
4242 distribution : " zulu"
43- java-version : " 11 "
43+ java-version : " 17 "
4444 - name : Install poetry
4545 run : pipx install poetry
4646 - uses : actions/setup-python@v5
4747 with :
48- python-version : " 3.11 "
48+ python-version : " 3.13 "
4949 cache : " poetry"
5050 - name : Install Hadoop for Windows
5151 # See https://cwiki.apache.org/confluence/display/HADOOP2/WindowsProblems
You can’t perform that action at this time.
0 commit comments