Skip to content

Commit 0c77fed

Browse files
committed
move
1 parent e5cafa1 commit 0c77fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
- name: Test spark latest
8484
run: |
8585
set -x # print commands that are executed
86-
echo "java home $JAVA_HOME"
87-
java --version
8886
./scripts/runtox.sh "py${{ matrix.python-version }}-spark-latest"
8987
- name: Generate coverage XML (Python 3.6)
9088
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
@@ -174,6 +172,8 @@ jobs:
174172
- name: Test spark pinned
175173
run: |
176174
set -x # print commands that are executed
175+
echo "java home $JAVA_HOME"
176+
java --version
177177
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-spark"
178178
- name: Generate coverage XML (Python 3.6)
179179
if: ${{ !cancelled() && matrix.python-version == '3.6' }}

0 commit comments

Comments
 (0)