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 1d14800 commit ba77b41Copy full SHA for ba77b41
dev/run-tests.py
@@ -546,7 +546,8 @@ def main():
546
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.7")
547
test_env = "amplab_jenkins"
548
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
549
- # TODO(sknapp): s/py36/py3k before merging!
+ # TODO(sknapp): after all builds are ported to the ubuntu workers, change this to be:
550
+ # /home/jenkins/anaconda2/envs/py36/bin
551
os.environ["PATH"] = "/home/anaconda/envs/py36/bin:" + os.environ.get("PATH")
552
else:
553
# else we're running locally and can use local settings
0 commit comments