Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Oct 27, 2023
1 parent 05b47c8 commit 68a7203
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,9 @@ jobs:
shell: bash
run: |
set -x -e
rm -f /usr/bin/python3
ln -s /usr/local/bin/python3.9 /usr/bin/python3
export
sudo rm -f /usr/bin/python3
sudo ln -s /usr/local/bin/python3.9 /usr/bin/python3
export BAZEL_OPTIMIZATION="--config=optimization" # --config=linux_ci --config=cache
if [[ "${EVENT_NAME}" == "push" && "${REPO_NAME}" == "tensorflow/io" ]]; then
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
Expand Down

0 comments on commit 68a7203

Please sign in to comment.