Skip to content

Commit 6a3b3c6

Browse files
committed
updated path for testing
1 parent a35a2cf commit 6a3b3c6

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
@@ -521,7 +521,8 @@ def main():
521521
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.6")
522522
test_env = "amplab_jenkins"
523523
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
524-
os.environ["PATH"] = "/home/anaconda/envs/py36/bin:" + os.environ.get("PATH")
524+
# TODO(sknapp): s/-new// before merging
525+
os.environ["PATH"] = "/home/anaconda/envs/py36-new/bin:" + os.environ.get("PATH")
525526
else:
526527
# else we're running locally and can use local settings
527528
build_tool = "sbt"

0 commit comments

Comments
 (0)