We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c280a70 commit 8b603abCopy full SHA for 8b603ab
.github/workflows/python-ci.yml
@@ -56,6 +56,11 @@ jobs:
56
- uses: actions/setup-python@v5
57
with:
58
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
64
- name: Install system dependencies
65
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
66
- name: Install
0 commit comments