Skip to content

Commit c659f6e

Browse files
committed
use java 17
1 parent 8b603ab commit c659f6e

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
@@ -80,6 +80,11 @@ jobs:
8080

8181
steps:
8282
- uses: actions/checkout@v5
83+
- name: Set up JDK 17 for Spark 4
84+
uses: actions/setup-java@v4
85+
with:
86+
distribution: temurin
87+
java-version: 17
8388
- name: Install system dependencies
8489
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
8590
- name: Install

0 commit comments

Comments
 (0)