Skip to content

Commit

Permalink
Don't specify USE_BAZEL_VERSION (#1394)
Browse files Browse the repository at this point in the history
To respect Bazel version handled by #1391
  • Loading branch information
meteorcloudy authored Jul 25, 2022
1 parent 9c10be8 commit 82e5c8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipelines/tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ platforms:
ubuntu2004:
environment:
TF_IGNORE_MAX_BAZEL_VERSION: 1
USE_BAZEL_VERSION: latest
shell_commands:
# - |-
# echo '
Expand All @@ -24,7 +23,6 @@ platforms:
macos:
environment:
TF_IGNORE_MAX_BAZEL_VERSION: 1
USE_BAZEL_VERSION: latest
shell_commands:
# - |-
# echo '
Expand All @@ -46,7 +44,6 @@ platforms:
windows:
environment:
TF_IGNORE_MAX_BAZEL_VERSION: 1
USE_BAZEL_VERSION: latest
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC"
batch_commands:
- pip3 install packaging
Expand Down

0 comments on commit 82e5c8e

Please sign in to comment.