Skip to content

Commit

Permalink
use explicit python3 (google-gemini#81)
Browse files Browse the repository at this point in the history
* use explicit python3

* remove xcodebuild log
  • Loading branch information
morganchen12 authored Jan 9, 2024
1 parent 928726d commit 3e2302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function RunXcodebuild() {

# Exports any logs output captured in the xcresult
function ExportLogs() {
python "${scripts_dir}/xcresult_logs.py" "$@"
python3 "${scripts_dir}/xcresult_logs.py" "$@"
}

ios_flags=(
Expand Down

0 comments on commit 3e2302a

Please sign in to comment.