From 8389fa56b7eaa85cfa034d48c404f3f66b1e8946 Mon Sep 17 00:00:00 2001 From: Dongge Liu Date: Tue, 30 Jul 2024 15:19:06 +1000 Subject: [PATCH] python does not map to python3 --- service/run_experiment_cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/run_experiment_cloudbuild.yaml b/service/run_experiment_cloudbuild.yaml index 098579f56..b31af29e9 100644 --- a/service/run_experiment_cloudbuild.yaml +++ b/service/run_experiment_cloudbuild.yaml @@ -1,6 +1,6 @@ steps: - name: 'gcr.io/cloud-builders/docker' - entrypoint: 'python' + entrypoint: 'python3' args: - service/pr_experiment_log.py env: