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 6a3b3c6 commit d17e8fcCopy full SHA for d17e8fc
dev/run-tests.py
@@ -522,7 +522,7 @@ def main():
522
test_env = "amplab_jenkins"
523
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
524
# TODO(sknapp): s/-new// before merging
525
- os.environ["PATH"] = "/home/anaconda/envs/py36-new/bin:" + os.environ.get("PATH")
+ os.environ["PATH"] = "/home/anaconda/envs/py3k-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