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 e5cafa1 commit 0c77fedCopy full SHA for 0c77fed
.github/workflows/test-integrations-tasks.yml
@@ -83,8 +83,6 @@ 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' }}
@@ -174,6 +172,8 @@ jobs:
174
172
- name: Test spark pinned
175
173
176
+ echo "java home $JAVA_HOME"
+ java --version
177
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-spark"
178
179
0 commit comments