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 a35a2cf commit 6a3b3c6Copy full SHA for 6a3b3c6
dev/run-tests.py
@@ -521,7 +521,8 @@ def main():
521
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.6")
522
test_env = "amplab_jenkins"
523
# 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")
+ # TODO(sknapp): s/-new// before merging
525
+ os.environ["PATH"] = "/home/anaconda/envs/py36-new/bin:" + os.environ.get("PATH")
526
else:
527
# else we're running locally and can use local settings
528
build_tool = "sbt"
0 commit comments