Skip to content

Commit 5ca86dc

Browse files
committed
Set JAVA_HOME for integ tests which requires java
1 parent bbf1a3f commit 5ca86dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sagemaker-mlops/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ markers =
6767
[testenv]
6868
setenv =
6969
PYTHONHASHSEED=42
70+
JAVA_HOME={env:JAVA_HOME:/usr/lib/jvm/default-java}
7071
#PYTHONPATH = {toxinidir}/../sagemaker_utils/src:{toxinidir}/src
7172
pip_version = pip==24.3
7273
passenv =

0 commit comments

Comments
 (0)