Skip to content

Commit b7ed563

Browse files
committed
added java for h2o to notebook test
1 parent 11ebb52 commit b7ed563

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/notebook-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
sudo apt-get update
5353
sudo apt-get install -y libgomp1
5454
55+
- name: Install Java for H2O
56+
run: |
57+
sudo apt-get update
58+
sudo apt-get install -y default-jre
59+
5560
- name: Install Python 3.10, Git, and set CA environment
5661
run: |
5762
sudo apt-get update

0 commit comments

Comments
 (0)