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 0254756 commit e5cafa1Copy full SHA for e5cafa1
.github/workflows/test-integrations-tasks.yml
@@ -83,6 +83,8 @@ jobs:
83
- name: Test spark latest
84
run: |
85
set -x # print commands that are executed
86
+ echo "java home $JAVA_HOME"
87
+ java --version
88
./scripts/runtox.sh "py${{ matrix.python-version }}-spark-latest"
89
- name: Generate coverage XML (Python 3.6)
90
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
0 commit comments