We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db86d75 commit 1475a07Copy full SHA for 1475a07
dev/run-tests.py
@@ -518,7 +518,8 @@ def main():
518
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.6")
519
test_env = "amplab_jenkins"
520
# 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")
+ # TODO(sknapp): s/-new// before merging
522
+ os.environ["PATH"] = "/home/anaconda/envs/py36-new/bin:" + os.environ.get("PATH")
523
else:
524
# else we're running locally and can use local settings
525
build_tool = "sbt"
0 commit comments