Skip to content

Commit 079fa22

Browse files
committed
update ci and deps
1 parent 8bd00cc commit 079fa22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ jobs:
208208
sudo apt-get update
209209
sudo apt-get install -y openjdk-11-jdk
210210
sudo update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java
211-
211+
which java
212+
echo "JAVA-VERSION"
213+
java --version
212214
# install Alluxio
213215
export CUR_DIR=$(pwd)
214216
mkdir -p /tmp/alluxio-download-test

0 commit comments

Comments
 (0)