Skip to content

Commit 39ecd09

Browse files
committed
change bazel version to "6.5.0" to match version in WORKSPACE
1 parent ab2c288 commit 39ecd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
types: [published]
88

99
env:
10-
USE_BAZEL_VERSION: "7.2.1"
10+
# USE_BAZEL_VERSION: "7.2.1"
11+
USE_BAZEL_VERSION: "6.5.0"
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)