Skip to content

Commit

Permalink
python does not map to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Jul 30, 2024
1 parent db878f6 commit 8389fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/run_experiment_cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'python'
entrypoint: 'python3'
args:
- service/pr_experiment_log.py
env:
Expand Down

0 comments on commit 8389fa5

Please sign in to comment.