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 1475a07 commit e855a76Copy full SHA for e855a76
dev/run-tests.py
@@ -519,7 +519,7 @@ def main():
519
test_env = "amplab_jenkins"
520
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
521
# TODO(sknapp): s/-new// before merging
522
- 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")
523
else:
524
# else we're running locally and can use local settings
525
build_tool = "sbt"
0 commit comments