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 624d2ac commit 1b6f4deCopy full SHA for 1b6f4de
.github/workflows/test-integrations-tasks.yml
@@ -178,6 +178,7 @@ jobs:
178
set -x # print commands that are executed
179
echo "java home $JAVA_HOME"
180
java --version
181
+ update-alternatives --list java
182
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-spark"
183
- name: Generate coverage XML (Python 3.6)
184
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
0 commit comments