Skip to content

Commit 1475a07

Browse files
committed
updated path for testing
1 parent db86d75 commit 1475a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,8 @@ def main():
518518
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.6")
519519
test_env = "amplab_jenkins"
520520
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
521-
os.environ["PATH"] = "/home/anaconda/envs/py36/bin:" + os.environ.get("PATH")
521+
# TODO(sknapp): s/-new// before merging
522+
os.environ["PATH"] = "/home/anaconda/envs/py36-new/bin:" + os.environ.get("PATH")
522523
else:
523524
# else we're running locally and can use local settings
524525
build_tool = "sbt"

0 commit comments

Comments
 (0)