From a6a8bdb6951923b2d05a4523a5b918a26202eda8 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 21 Sep 2018 00:02:59 +0200 Subject: [PATCH] "python: command not found"? --- decision-task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decision-task.py b/decision-task.py index 8b3c260a87b..c4e12723c5c 100644 --- a/decision-task.py +++ b/decision-task.py @@ -62,7 +62,7 @@ def main(): ./mach test-unit ./mach package --dev ./mach test-tidy --no-progress --self-test - python ./etc/memory_reports_over_time.py --test + python2.7 ./etc/memory_reports_over_time.py --test ./etc/ci/lockfile_changed.sh ./etc/ci/check_no_panic.sh """,