Skip to content

Commit 8b603ab

Browse files
committed
use java 17 in ci
1 parent c280a70 commit 8b603ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
- uses: actions/setup-python@v5
5757
with:
5858
python-version: ${{ matrix.python }}
59+
- name: Set up JDK 17 for Spark 4
60+
uses: actions/setup-java@v4
61+
with:
62+
distribution: temurin
63+
java-version: 17
5964
- name: Install system dependencies
6065
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
6166
- name: Install

0 commit comments

Comments
 (0)